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 | ??訃? | 0011111100111111111001100101110100111111 | 3f3fe65d3f |
EUC-JP | ??訃? | 0011111100111111111010111011111000111111 | 3f3febbe3f |
UTF-8 | 뤗뇜訃뮨 | 111010111010010010010111111010111000011110011100111010001010100010000011111010111010111010101000 | eba497eb879ce8a883ebaea8 |
UHC | 뤗뇜訃뮨 | 1000111111000111101100111111110111011101101101011011100111000011 | 8fc7b3fdddb5b9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)