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 | 壌厲。悉 | 10001111111010111111101010001110101000011000111010111011 | 8febfa8ea18ebb |
EUC-JP | 壌厲。悉 | 101111101110110110001111101101001101000010001110101000011011110010111101 | beed8fb4d08ea1bcbd |
UTF-8 | 壌厲。悉 | 111001011010001110001100111001011000111010110010111011111011110110100001111001101000001010001001 | e5a38ce58eb2efbda1e68289 |
UHC | ???悉 | 0011111100111111001111111110001111111010 | 3f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)