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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 旄醯[旄醯[^ | 1001110111010100111001111100111101011011100111011101010011100111110011110101101101011110 | 9dd4e7cf5b9dd4e7cf5b5e |
EUC-JP | 旄醯[旄醯[^ | 1101101011010110111011101101000101011011110110101101011011101110110100010101101101011110 | dad6eed15bdad6eed15b5e |
UTF-8 | 旄醯[旄醯[^ | 111001101001011110000100111010011000011010101111010110111110011010010111100001001110100110000110101011110101101101011110 | e69784e986af5be69784e986af5b5e |
UHC | ?醯[?醯[^ | 001111111111101110111000010110110011111111111011101110000101101101011110 | 3ffbb85b3ffbb85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)