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 | 溿嫉燁 | 111110110100101010001110101110011111101101011001 | fb4a8eb9fb59 |
EUC-JP | 溿嫉燁 | 1000111111001000101100011011110010111011100011111100101010110011 | 8fc8b1bcbb8fcab3 |
UTF-8 | 溿嫉燁 | 111001101011101010111111111001011010101110001001111001111000011110000001 | e6babfe5ab89e78781 |
UHC | ?嫉燁 | 0011111111110010111011001110011110100111 | 3ff2ece7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)