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 | ?朞汕 | 0011111110011110010011011001111110001000 | 3f9e4d9f88 |
EUC-JP | ?朞汕 | 0011111111011011101011101101110111101000 | 3fdbaedde8 |
UTF-8 | 룶朞汕 | 111010111010001110110110111001101001110010011110111001101011000110010101 | eba3b6e69c9ee6b195 |
UHC | 룶朞汕 | 100011111010101111010001101000011101111110100101 | 8fabd1a1dfa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)