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 | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | 齊逢??N | 11101010100011101000100010100111001111110011111101001110 | ea8e88a73f3f4e |
EUC-JP | 齊逢??N | 11110011111011101011000010101001001111110011111101001110 | f3eeb0a93f3f4e |
UTF-8 | 齊逢렰렱N | 11101001101111011000101011101001100000001010001011101011101000001011000011101011101000001011000101001110 | e9bd8ae980a2eba0b0eba0b14e |
UHC | 齊逢렰렱N | 111100001011101011011100111100011000111010111101100011101011111001001110 | f0badcf18ebd8ebe4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)