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 | 坦歎狸誰 | 1001001001010010100100100101011010010010010010111001001001001110 | 92529256924b924e |
EUC-JP | 坦歎狸誰 | 1100001110110011110000111011011111000011101011001100001110101111 | c3b3c3b7c3acc3af |
UTF-8 | 坦歎狸誰 | 111001011001110110100110111001101010110110001110111001111000101110111000111010001010101010110000 | e59da6e6ad8ee78bb8e8aab0 |
UHC | 坦歎狸誰 | 1111011110100100111101111010011111010111111000011110001011000001 | f7a4f7a7d7e1e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)