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 | 隧ケ關シ雉 | 1110100010101001101110011110100010010000101111001110100010110011 | e8a9b9e890bce8b3 |
EUC-JP | 隧ケ關シ雉 | 11110000101010111000111010111001111011111111000010001110101111001111000010110101 | f0ab8eb9eff08ebcf0b5 |
UTF-8 | 隧ケ關シ雉 | 111010011001101010100111111011111011110110111001111010011001011110011100111011111011110110111100111010011001101110001001 | e99aa7efbdb9e9979cefbdbce99b89 |
UHC | 隧?關?雉 | 1110001011001010001111111100111010111100001111111111011011001011 | e2ca3fcebc3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)