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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齊?遵??祠 | 111010101000111000111111100011111000010100111111001111111110001001001011 | ea8e3f8f853f3fe24b |
EUC-JP | 齊?遵??祠 | 111100111110111000111111101111011110010100111111001111111110001110101100 | f3ee3fbde53f3fe3ac |
UTF-8 | 齊렦遵멩롚祠 | 111010011011110110001010111010111010000010100110111010011000000110110101111010111010100110101001111010111010000110011010111001111010010110100000 | e9bd8aeba0a6e981b5eba9a9eba19ae7a5a0 |
UHC | 齊렦遵멩롚祠 | 111100001011101010001110101101011111000111100101101110001110011010001110110111101101111011100110 | f0ba8eb5f1e5b8e68ededee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)