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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 湫眤B | 1001111111010101111000011100000001000010 | 9fd5e1c042 |
EUC-JP | 湫眤B | 1101111011010111111000101100001001000010 | ded7e2c242 |
UTF-8 | 湫眤B | 11100110101110011010101111100111100111001010010001000010 | e6b9abe79ca442 |
UHC | 湫?B | 11110101110100110011111101000010 | f5d33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)