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 | 煜疾霄・セ | 1111101101010101100011101011111011101000101110101010010110111110 | fb558ebee8baa5be |
EUC-JP | 煜疾霄・セ | 1000111111001001111111001011110011000000111100001011110010001110101001011000111010111110 | 8fc9fcbcc0f0bc8ea58ebe |
UTF-8 | 煜疾霄・セ | 111001111000010110011100111001111001011010111110111010011001110010000100111011111011110110100101111011111011110110111110 | e7859ce796bee99c84efbda5efbdbe |
UHC | 煜疾??? | 11101001111100101111001011110000001111110011111100111111 | e9f2f2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)