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 | ????N? | 001111110011111100111111001111110100111000111111 | 3f3f3f3f4e3f |
SJIS-WIN | 齊逢??N諸 | 111010101000111010001000101001110011111100111111010011101000111110010100 | ea8e88a73f3f4e8f94 |
EUC-JP | 齊逢??N諸 | 111100111110111010110000101010010011111100111111010011101011110111110100 | f3eeb0a93f3f4ebdf4 |
UTF-8 | 齊逢렰렱N諸 | 11101001101111011000101011101001100000001010001011101011101000001011000011101011101000001011000101001110111010001010101110111000 | e9bd8ae980a2eba0b0eba0b14ee8abb8 |
UHC | 齊逢렰렱N諸 | 1111000010111010110111001111000110001110101111011000111010111110010011101111000010110011 | f0badcf18ebd8ebe4ef0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)