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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 湿蒔{d | 100011101011110010001110101010100111101101100100 | 8ebc8eaa7b64 |
EUC-JP | 湿蒔{d | 101111001011111010111100101011000111101101100100 | bcbebcac7b64 |
UTF-8 | 湿蒔{d | 1110011010111001101111111110100010010010100101000111101101100100 | e6b9bfe892947b64 |
UHC | ?蒔{d | 0011111111100011110010000111101101100100 | 3fe3c87b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)