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 | 淏。闔 | 1111101101000010101000011110100010001110 | fb42a1e88e |
EUC-JP | 淏。闔 | 10001111110001111101100110001110101000011110111111101110 | 8fc7d98ea1efee |
UTF-8 | 淏。闔 | 111001101011011110001111111011111011110110100001111010011001011110010100 | e6b78fefbda1e99794 |
UHC | 淏?闔 | 1111101111001000001111111111100111101111 | fbc83ff9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)