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 | 坦辿炭辿 | 1001001001010010100100100100100010010010010110011001001001001000 | 9252924892599248 |
EUC-JP | 坦辿炭辿 | 1100001110110011110000111010100111000011101110101100001110101001 | c3b3c3a9c3bac3a9 |
UTF-8 | 坦辿炭辿 | 111001011001110110100110111010001011111010111111111001111000001010101101111010001011111010111111 | e59da6e8bebfe782ade8bebf |
UHC | 坦?炭? | 111101111010010000111111111101111010100100111111 | f7a43ff7a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)