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 | 曖曖[曖曖[^ | 1001111001000010100111100100001001011011100111100100001010011110010000100101101101011110 | 9e429e425b9e429e425b5e |
EUC-JP | 曖曖[曖曖[^ | 1101101110100011110110111010001101011011110110111010001111011011101000110101101101011110 | dba3dba35bdba3dba35b5e |
UTF-8 | 曖曖[曖曖[^ | 111001101001101110010110111001101001101110010110010110111110011010011011100101101110011010011011100101100101101101011110 | e69b96e69b965be69b96e69b965b5e |
UHC | 曖曖[曖曖[^ | 1110010011110010111001001111001001011011111001001111001011100100111100100101101101011110 | e4f2e4f25be4f2e4f25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)