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 | 駿???碼 | 10001111011110000011111100111111001111111110000111111001 | 8f783f3f3fe1f9 |
EUC-JP | 駿???碼 | 10111101110110010011111100111111001111111110001011111011 | bdd93f3f3fe2fb |
UTF-8 | 駿쇱렮댄碼 | 111010011010011110111111111011001000011110110001111010111010000010101110111010111000110010000100111001111010001010111100 | e9a7bfec87b1eba0aeeb8c84e7a2bc |
UHC | 駿쇱렮댄碼 | 11110001111001111011110011101100100011101011101110110100111011011101100010100111 | f1e7bcec8ebbb4edd8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)