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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 漬??漬??^ | 100100101101000000111111001111111001001011010000001111110011111101011110 | 92d03f3f92d03f3f5e |
EUC-JP | 漬??漬??^ | 110001001101001000111111001111111100010011010010001111110011111101011110 | c4d23f3fc4d23f3f5e |
UTF-8 | 漬뮌망漬뮌범^ | 11100110101111001010110011101011101011101000110011101011101001111001110111100110101111001010110011101011101011101000110011101011101100101001010001011110 | e6bcacebae8ceba79de6bcacebae8cebb2945e |
UHC | 漬뮌망漬뮌범^ | 11110010101100001011100111000000101110001100000111110010101100001011100111000000101110011111110001011110 | f2b0b9c0b8c1f2b0b9c0b9fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)