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 | 茫∽頃癇 | 1110010010101001100000011110010010001101101000001110000110010010 | e4a981e48da0e192 |
EUC-JP | 茫∽頃癇 | 1110100010101011101000101110011010111010101000101110000111110010 | e8aba2e6baa2e1f2 |
UTF-8 | 茫∽頃癇 | 111010001000110010101011111000101000100010111101111010011010000010000011111001111001100110000111 | e88cabe288bde9a083e79987 |
UHC | 茫∽頃? | 11011000110101001010000111101111110011001111000100111111 | d8d4a1efccf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)