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 | 襌懋ソゥ | 111001011111100110011100111010101011111110101001 | e5f99ceabfa9 |
EUC-JP | 襌懋ソゥ | 1110101011111011110110001110110010001110101111111000111010101001 | eafbd8ec8ebf8ea9 |
UTF-8 | 襌懋ソゥ | 111010001010010110001100111001101000011110001011111011111011110110111111111011111011110110101001 | e8a58ce6878befbdbfefbda9 |
UHC | ?懋?? | 0011111111011001111001010011111100111111 | 3fd9e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)