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 | ??捏 | 00111111001111111001110101110011 | 3f3f9d73 |
EUC-JP | 釪?捏 | 100011111110001110101101001111111101100111010100 | 8fe3ad3fd9d4 |
UTF-8 | 釪댈捏 | 111010011000011110101010111010111000110010001000111001101000110110001111 | e987aaeb8c88e68d8f |
UHC | 釪댈捏 | 111010011110100110110100111011101101000111110011 | e9e9b4eed1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)