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 | 儀?┤^ | 100010110101011000111111100001001010011101011110 | 8b563f84a75e |
EUC-JP | 儀?┤^ | 101101011011011100111111101010001010100101011110 | b5b73fa8a95e |
UTF-8 | 儀뷂┤^ | 11100101100001001000000011101011101101111000001011100010100101001010010001011110 | e58480ebb782e294a45e |
UHC | 儀뷂┤^ | 11101011111100001001010011101111101001101010100101011110 | ebf094efa6a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)