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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隧費セ樊 | 11101000101010011001010011101111101111101001111011100110 | e8a994efbe9ee6 |
EUC-JP | 隧費セ樊 | 1111000010101011110010001111000110001110101111101101110011101000 | f0abc8f18ebedce8 |
UTF-8 | 隧費セ樊 | 111010011001101010100111111010001011001010111011111011111011110110111110111001101010100010001010 | e99aa7e8b2bbefbdbee6a88a |
UHC | 隧費?樊 | 11100010110010101101111010101000001111111101101111100000 | e2cadea83fdbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)