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 | 隧費セ樒e | 111010001010100110010100111011111011111010011110111001111000001010000101 | e8a994efbe9ee78285 |
EUC-JP | 隧費セ樒e | 11110000101010111100100011110001100011101011111011011100111010011010001111100101 | f0abc8f18ebedce9a3e5 |
UTF-8 | 隧費セ樒e | 111010011001101010100111111010001011001010111011111011111011110110111110111001101010100010010010111011111011110110000101 | e99aa7e8b2bbefbdbee6a892efbd85 |
UHC | 隧費??e | 1110001011001010110111101010100000111111001111111010001111100101 | e2cadea83f3fa3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)