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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 脂畔┗B | 10001110100010011001010011001000100001001010111101000010 | 8e8994c884af42 |
EUC-JP | 脂畔┗B | 10111011111010011100100011001010101010001011000101000010 | bbe9c8caa8b142 |
UTF-8 | 脂畔┗B | 11101000100001001000001011100111100101011001010011100010100101001001011101000010 | e88482e79594e2949742 |
UHC | 脂畔┗B | 11110010101101111101101011101101101001101011000101000010 | f2b7daeda6b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)