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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?純??? | 001111111000111110000011001111110011111100111111 | 3f8f833f3f3f |
EUC-JP | ?純??? | 001111111011110111100011001111110011111100111111 | 3fbde33f3f3f |
UTF-8 | 룶純⒟룫崙 | 111010111010001110110110111001111011010010010100111000101001001010011111111010111010001110101011111011111010011110010101 | eba3b6e7b494e2929feba3abefa795 |
UHC | 룶純⒟룫崙 | 10001111101010111110001011101101101010011101000010001111101000101110101111000110 | 8fabe2eda9d08fa2ebc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)