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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅴコ骼イカ | 11111010010001001011101011101001100011101011001010110110 | fa44bae98eb2b6 |
EUC-JP | ?コ骼イカ | 001111111000111010111010111100011110111010001110101100101000111010110110 | 3f8ebaf1ee8eb28eb6 |
UTF-8 | ⅴコ骼イカ | 111000101000010110110100111011111011110110111010111010011010101010111100111011111011110110110010111011111011110110110110 | e285b4efbdbae9aabcefbdb2efbdb6 |
UHC | ⅴ???? | 101001011010010100111111001111110011111100111111 | a5a53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)