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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒹蠅璧蒹 | 1110010011100011111001011010001011100000111110001110010011100011 | e4e3e5a2e0f8e4e3 |
EUC-JP | 蒹蠅璧蒹 | 1110100011100101111010101010010011100000111110101110100011100101 | e8e5eaa4e0fae8e5 |
UTF-8 | 蒹蠅璧蒹 | 111010001001001010111001111010001010000010000101111001111001001010100111111010001001001010111001 | e892b9e8a085e792a7e892b9 |
UHC | ?蠅璧? | 001111111110001110110010110110111111110100111111 | 3fe3b2dbfd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)