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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 盞惺i盞惺iB | 1110000110110101100111001011011101101001111000011011010110011100101101110110100101000010 | e1b59cb769e1b59cb76942 |
EUC-JP | 盞惺i盞惺iB | 1110001010110111110110001011100101101001111000101011011111011000101110010110100101000010 | e2b7d8b969e2b7d8b96942 |
UTF-8 | 盞惺i盞惺iB | 111001111001101110011110111001101000001110111010011010011110011110011011100111101110011010000011101110100110100101000010 | e79b9ee683ba69e79b9ee683ba6942 |
UHC | 盞惺i盞惺iB | 1110110111010011111000001111011001101001111011011101001111100000111101100110100101000010 | edd3e0f669edd3e0f66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)