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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 竪坦h竪坦 | 100100100100011110010010010100100110100010010010010001111001001001010010 | 924792526892479252 |
EUC-JP | 竪坦h竪坦 | 110000111010100011000011101100110110100011000011101010001100001110110011 | c3a8c3b368c3a8c3b3 |
UTF-8 | 竪坦h竪坦 | 11100111101010111010101011100101100111011010011001101000111001111010101110101010111001011001110110100110 | e7abaae59da668e7abaae59da6 |
UHC | 竪坦h竪坦 | 111000101011010111110111101001000110100011100010101101011111011110100100 | e2b5f7a468e2b5f7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)