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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ??を}B | 001111110011111110000010111100000111110101000010 | 3f3f82f07d42 |
EUC-JP | ??を}B | 001111110011111110100100111100100111110101000010 | 3f3fa4f27d42 |
UTF-8 | 룶쨵を}B | 1110101110100011101101101110110010101000101101011110001110000010100100100111110101000010 | eba3b6eca8b5e382927d42 |
UHC | 룶쨵を}B | 1000111110101011101001001000111110101010111100100111110101000010 | 8faba48faaf27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)