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 | ?b??h | 0011111101100010001111110011111101101000 | 3f623f3f68 |
SJIS-WIN | 但b辿坦h | 1001001001000001011000101001001001001000100100100101001001101000 | 9241629248925268 |
EUC-JP | 但b辿坦h | 1100001110100010011000101100001110101001110000111011001101101000 | c3a262c3a9c3b368 |
UTF-8 | 但b辿坦h | 1110010010111101100001100110001011101000101111101011111111100101100111011010011001101000 | e4bd8662e8bebfe59da668 |
UHC | 但b?坦h | 11010011101000110110001000111111111101111010010001101000 | d3a3623ff7a468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)