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? | 001111110100001000111111 | 3f423f |
SJIS-WIN | ?B矮 | 00111111010000101110000111100010 | 3f42e1e2 |
EUC-JP | ?B矮 | 00111111010000101110001011100100 | 3f42e2e4 |
UTF-8 | 숷B矮 | 11101100100010001011011101000010111001111001111110101110 | ec88b742e79fae |
UHC | 숷B矮 | 1001101001001100010000101110100011100001 | 9a4c42e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)