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 | 竟ー昮キ昭 | 1110100011101101101100001111101011010010101101111000111110111010 | e8edb0fad2b78fba |
EUC-JP | 竟ー昮キ昭 | 1111000011101111100011101011000010001111110000101010101110001110101101111011111010111100 | f0ef8eb08fc2ab8eb7bebc |
UTF-8 | 竟ー昮キ昭 | 111001111010101110011111111011111011110110110000111001101001100010101110111011111011110110110111111001101001100010101101 | e7ab9fefbdb0e698aeefbdb7e698ad |
UHC | 竟???昭 | 11001100111001010011111100111111001111111110000110111001 | cce53f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)