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 | 邊ォ譖懃昏 | 111001111011001010101011111001101001101110011100111001111000110110101000 | e7b2abe69b9ce78da8 |
EUC-JP | 邊ォ譖懃昏 | 11101110101101001000111010101011111010111111101111011000111010011011101010101010 | eeb48eabebfbd8e9baaa |
UTF-8 | 邊ォ譖懃昏 | 111010011000001010001010111011111011110110101011111010001010110110010110111001101000011110000011111001101001100010001111 | e9828aefbdabe8ad96e68783e6988f |
UHC | 邊??懃昏 | 1101110010101011001111110011111111010000110001001111101111100111 | dcab3f3fd0c4fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)