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 | 顏カ鬥エ襁 | 1110100011111000101101101110100110100110101101001110010111110100 | e8f8b6e9a6b4e5f4 |
EUC-JP | 顏カ鬥エ襁 | 11110000111110101000111010110110111100101010100010001110101101001110101011110110 | f0fa8eb6f2a88eb4eaf6 |
UTF-8 | 顏カ鬥エ襁 | 111010011010000110001111111011111011110110110110111010011010110010100101111011111011110110110100111010001010010110000001 | e9a18fefbdb6e9aca5efbdb4e8a581 |
UHC | ????襁 | 001111110011111100111111001111111100101110111010 | 3f3f3f3fcbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)