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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?昨?鍼 | 001111111000110111110000001111111110100001001001 | 3f8df03fe849 |
EUC-JP | ?昨?鍼 | 001111111011101011110010001111111110111110101010 | 3fbaf23fefaa |
UTF-8 | 뤳昨예鍼 | 111010111010010010110011111001101001100010101000111011001001100010001000111010011000110110111100 | eba4b3e698a8ec9888e98dbc |
UHC | 뤳昨예鍼 | 1000111111100001111011011100011010111111101110011111011011011101 | 8fe1edc6bfb9f6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)