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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 遏ュ閾楢∮B | 11100111100111111010110111101000100001111001001111101000100001111001001101000010 | e79fade88793e8879342 |
EUC-JP | 遏ュ閾楢?B | 11101110101000011000111010101101111011111110011111000110111010100011111101000010 | eea18eadefe7c6ea3f42 |
UTF-8 | 遏ュ閾楢∮B | 11101001100000011000111111101111101111011010110111101001100101101011111011100110101001011010001011100010100010001010111001000010 | e9818fefbdade996bee6a5a2e288ae42 |
UHC | ???楢∮B | 0011111100111111001111111110101011111001101000101011000101000010 | 3f3f3feaf9a2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)