To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?擺?焉? | 00111111100111011011001000111111111000001000000100111111 | 3f9db23fe0813f |
EUC-JP | ?擺?焉? | 00111111110110101011010000111111110111111110000100111111 | 3fdab43fdfe13f |
UTF-8 | 뤙擺휁焉렟 | 111010111010010010011001111001101001001110111010111011011001110010000001111001111000010010001001111010111010000010011111 | eba499e693baed9c81e78489eba09f |
UHC | 뤙擺휁焉렟 | 10001111110010001111011111101100110001001000111111100101111010101000111010110000 | 8fc8f7ecc48fe5ea8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)