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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臆???⑤? | 1000100110110000001111110011111100111111100001110100010000111111 | 89b03f3f3f87443f |
EUC-JP | 臆????? | 10110010101100100011111100111111001111110011111100111111 | b2b23f3f3f3f3f |
UTF-8 | 臆띕젿樂⑤젺 | 111010001000011110000110111010111001110110010101111011001010000010111111111011111010011010111111111000101001000110100100111011001010000010111010 | e88786eb9d95eca0bfefa6bfe291a4eca0ba |
UHC | 臆띕젿樂⑤젺 | 111001011110011010110110111010111010000010110001111010001111100110101000111010111010000010101101 | e5e6b6eba0b1e8f9a8eba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)