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 | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
SJIS-WIN | 壕?A??B | 10001101100010000011111101000001001111110011111101000010 | 8d883f413f3f42 |
EUC-JP | 壕?A勖?B | 101110011110100000111111010000011000111110110011111011010011111101000010 | b9e83f418fb3ed3f42 |
UTF-8 | 壕렚A勖렢B | 1110010110100011100101011110101110100000100110100100000111100101100010111001011011101011101000001010001001000010 | e5a395eba09a41e58b96eba0a242 |
UHC | 壕렚A勖렢B | 11111011101111011000111010101101010000011110100111101101100011101011001101000010 | fbbd8ead41e9ed8eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)