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 | ??ク壤 | 001111110011111110000011010011101001101011011111 | 3f3f834e9adf |
EUC-JP | ??ク壤 | 001111110011111110100101101011111101010011100001 | 3f3fa5afd4e1 |
UTF-8 | 呂묊ク壤 | 111011111010011010000000111010111010110010001010111000111000001010101111111001011010001110100100 | efa680ebac8ae382afe5a3a4 |
UHC | 呂묊ク壤 | 1110010111111011100100011110011110101011101011111110010110111101 | e5fb91e7abafe5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)