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 | 豺醍ゥ | 1110011010110111100100011110011110101001 | e6b791e7a9 |
EUC-JP | 豺醍ゥ | 111011001011100111000010111010011000111010101001 | ecb9c2e98ea9 |
UTF-8 | 豺醍ゥ | 111010001011000110111010111010011000011010001101111011111011110110101001 | e8b1bae9868defbda9 |
UHC | 豺醍? | 1110001111001111111100001011010100111111 | e3cff0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)