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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釘儡菲 | 100100110100001010011001010100111110010011001001 | 93429953e4c9 |
EUC-JP | 釘儡菲 | 110001011010001111010001101101001110100011001011 | c5a3d1b4e8cb |
UTF-8 | 釘儡菲 | 111010011000011110011000111001011000010010100001111010001000111110110010 | e98798e584a1e88fb2 |
UHC | 釘儡菲 | 111011111111100111010110111011011101111010100011 | eff9d6eddea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)