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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 驛?????^ | 1110100110000011001111110011111100111111001111110011111101011110 | e9833f3f3f3f3f5e |
EUC-JP | 驛?????^ | 1111000111100011001111110011111100111111001111110011111101011110 | f1e33f3f3f3f3f5e |
UTF-8 | 驛깅젾燎뽯젾^ | 11101001101010011001101111101010101110011000010111101100101000001011111011101111101001111000000011101011101111011010111111101100101000001011111001011110 | e9a99beab985eca0beefa780ebbdafeca0be5e |
UHC | 驛깅젾燎뽯젾^ | 11100110101111101011000111101011101000001011000011101000111110111001011011101011101000001011000001011110 | e6beb1eba0b0e8fb96eba0b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)