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 | ë÷³LB | 1110101111110111101100110100110001000010 | ebf7b34c42 |
SJIS-WIN | ?÷?LB | 001111111000000110000000001111110100110001000010 | 3f81803f4c42 |
EUC-JP | ë÷?LB | 1000111110101011101100111010000111100000001111110100110001000010 | 8fabb3a1e03f4c42 |
UTF-8 | ë÷³LB | 1100001110101011110000111011011111000010101100110100110001000010 | c3abc3b7c2b34c42 |
UHC | ?÷³LB | 00111111101000011100000010101001111110000100110001000010 | 3fa1c0a9f84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)