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 | 褻企、倩 | 11100101111101101000101011101001101001001001100011101000 | e5f68ae9a498e8 |
EUC-JP | 褻企、倩 | 1110101011111000101101001110101110001110101001001101000011101010 | eaf8b4eb8ea4d0ea |
UTF-8 | 褻企、倩 | 111010001010010010111011111001001011110010000001111011111011110110100100111001011000000010101001 | e8a4bbe4bc81efbda4e580a9 |
UHC | 褻企?? | 111000001110000111010000111010100011111100111111 | e0e1d0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)