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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?熬 | 001111111110000010010010 | 3fe092 |
EUC-JP | ?熬 | 001111111101111111110010 | 3fdff2 |
UTF-8 | 띐熬 | 111010111001110110010000111001111000011010101100 | eb9d90e786ac |
UHC | 띐熬 | 10001101110010001110100010100010 | 8dc8e8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)