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 | 碣賈豺 | 111000011111000011100110110010011110011010110111 | e1f0e6c9e6b7 |
EUC-JP | 碣賈豺 | 111000101111001011101100110010111110110010111001 | e2f2eccbecb9 |
UTF-8 | 碣賈豺 | 111001111010001010100011111010001011001110001000111010001011000110111010 | e7a2a3e8b388e8b1ba |
UHC | 碣賈豺 | 110010101110010111001010101110011110001111001111 | cae5cab9e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)