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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 綵√オ^ | 11100011010111001000000111100011100000110100100101011110 | e35c81e383495e |
EUC-JP | 綵√オ^ | 11100101101111011010001011100101101001011010101001011110 | e5bda2e5a5aa5e |
UTF-8 | 綵√オ^ | 11100111101101101011010111100010100010001001101011100011100000101010101001011110 | e7b6b5e2889ae382aa5e |
UHC | 綵√オ^ | 11110011111101111010000111101110101010111010101001011110 | f3f7a1eeabaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)