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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諷ッ邂懃ェゥ | 111001101000010110101111111001111010111010011100111001111010101010101001 | e685afe7ae9ce7aaa9 |
EUC-JP | 諷ッ邂懃ェゥ | 111010111110010110001110101011111110111010110000110110001110100110001110101010101000111010101001 | ebe58eafeeb0d8e98eaa8ea9 |
UTF-8 | 諷ッ邂懃ェゥ | 111010001010101110110111111011111011110110101111111010011000001010000010111001101000011110000011111011111011110110101010111011111011110110101001 | e8abb7efbdafe98282e68783efbdaaefbda9 |
UHC | 諷?邂懃?? | 111110011010010000111111111110101011001111010000110001000011111100111111 | f9a43ffab3d0c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)