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 | 踵也ゥゥ韆婆 | 11100110111110011001011011100111101010011010100111101000111001101001010001101011 | e6f996e7a9a9e8e6946b |
EUC-JP | 踵也ゥゥ韆婆 | 111011001111101111001100111010011000111010101001100011101010100111110000111010001100011111001100 | ecfbcce98ea98ea9f0e8c7cc |
UTF-8 | 踵也ゥゥ韆婆 | 111010001011100010110101111001001011100110011111111011111011110110101001111011111011110110101001111010011001111110000110111001011010100110000110 | e8b8b5e4b99fefbda9efbda9e99f86e5a986 |
UHC | 踵也??韆婆 | 11110001101000101110010110100101001111110011111111110100110001111111011111101000 | f1a2e5a53f3ff4c7f7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)