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 | 寘エ骼セ嫉 | 1111101010101001101101001110100110001110101111101000111010111001 | faa9b4e98ebe8eb9 |
EUC-JP | 寘エ骼セ嫉 | 1000111110111010111000011000111010110100111100011110111010001110101111101011110010111011 | 8fbae18eb4f1ee8ebebcbb |
UTF-8 | 寘エ骼セ嫉 | 111001011010111110011000111011111011110110110100111010011010101010111100111011111011110110111110111001011010101110001001 | e5af98efbdb4e9aabcefbdbee5ab89 |
UHC | ????嫉 | 001111110011111100111111001111111111001011101100 | 3f3f3f3ff2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)