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 | ?憺?信 | 001111111001110011101001001111111001000001001101 | 3f9ce93f904d |
EUC-JP | ?憺?信 | 001111111101100011101011001111111011111110101110 | 3fd8eb3fbfae |
UTF-8 | 뤚憺쪕信 | 111010111010010010011010111001101000011010111010111011001010101010010101111001001011111110100001 | eba49ae686baecaa95e4bfa1 |
UHC | 뤚憺쪕信 | 1000111111001001110100111011110010100101100011111110001111100001 | 8fc9d3bca58fe3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)