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 | ??Æ??Æ^ | 00111111001111111100011000111111001111111100011001011110 | 3f3fc63f3fc65e |
SJIS-WIN | 驛??驛??^ | 111010011000001100111111001111111110100110000011001111110011111101011110 | e9833f3fe9833f3f5e |
EUC-JP | 驛?Æ驛?Æ^ | 11110001111000110011111110001111101010011010000111110001111000110011111110001111101010011010000101011110 | f1e33f8fa9a1f1e33f8fa9a15e |
UTF-8 | 驛붹Æ驛붹Æ^ | 1110100110101001100110111110101110110110101110011100001110000110111010011010100110011011111010111011011010111001110000111000011001011110 | e9a99bebb6b9c386e9a99bebb6b9c3865e |
UHC | 驛붹Æ驛붹Æ^ | 11100110101111101001010011100110101010001010000111100110101111101001010011100110101010001010000101011110 | e6be94e6a8a1e6be94e6a8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)