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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?釘iB | 001111111001001101000010100000101000100101000010 | 3f9342828942 |
EUC-JP | ?釘iB | 001111111100010110100011101000111110100101000010 | 3fc5a3a3e942 |
UTF-8 | 섄釘iB | 11101100100001001000010011101001100001111001100011101111101111011000100101000010 | ec8484e98798efbd8942 |
UHC | 섄釘iB | 10111100101010011110111111111001101000111110100101000010 | bca9eff9a3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)