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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貂咎斡 | 111001101011100010011001111010011000100010110100 | e6b899e988b4 |
EUC-JP | 貂咎斡 | 111011001011101011010010111010111011000010110110 | ecbad2ebb0b6 |
UTF-8 | 貂咎斡 | 111010001011001010000010111001011001001010001110111001101001011010100001 | e8b282e5928ee696a1 |
UHC | 貂咎斡 | 111101011011000011001111101001001110010011010110 | f5b0cfa4e4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)