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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 迢ク莉冶∮] | 11100111100010111011100011100100101110111001011011101000100001111001001101011101 | e78bb8e4bb96e887935d |
EUC-JP | 迢ク莉冶?] | 11101101111010111000111010111000111010001011110111001100111010100011111101011101 | edeb8eb8e8bdccea3f5d |
UTF-8 | 迢ク莉冶∮] | 11101000101111111010001011101111101111011011100011101000100011101000100111100101100001101011011011100010100010001010111001011101 | e8bfa2efbdb8e88e89e586b6e288ae5d |
UHC | ??莉冶∮] | 001111110011111111010111111010011110010110100111101000101011000101011101 | 3f3fd7e9e5a7a2b15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)