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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 寤?寤?^ | 10011011100010000011111110011011100010000011111101011110 | 9b883f9b883f5e |
EUC-JP | 寤?寤?^ | 11010101111010000011111111010101111010000011111101011110 | d5e83fd5e83f5e |
UTF-8 | 寤쩊寤쩊^ | 11100101101011111010010011101100101010011000101011100101101011111010010011101100101010011000101001011110 | e5afa4eca98ae5afa4eca98a5e |
UHC | 寤쩊寤쩊^ | 111001111111010110100101010001001110011111110101101001010100010001011110 | e7f5a544e7f5a5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)