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 | 繒攀?繒? | 1111101110001111100111011011001100111111111110111000111100111111 | fb8f9db33ffb8f3f |
EUC-JP | 繒攀?繒? | 10001111110101001101010011011010101101010011111110001111110101001101010000111111 | 8fd4d4dab53f8fd4d43f |
UTF-8 | 繒攀쑨繒렪 | 111001111011100110010010111001101001010010000000111011001001000110101000111001111011100110010010111010111010000010101010 | e7b992e69480ec91a8e7b992eba0aa |
UHC | 繒攀쑨繒렪 | 11110001111110011101101011100111101111101010011111110001111110011000111010111000 | f1f9dae7bea7f1f98eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)