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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蘊壹 | 0011111111100101010111011001101011100011 | 3fe55d9ae3 |
EUC-JP | ?蘊壹 | 0011111111101001101111101101010011100101 | 3fe9bed4e5 |
UTF-8 | 뤚蘊壹 | 111010111010010010011010111010001001100010001010111001011010001110111001 | eba49ae8988ae5a3b9 |
UHC | 뤚蘊壹 | 100011111100100111101000101100111110110011101100 | 8fc9e8b3ecec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)