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 | 11100101101011101000111110001010100010100100101001000010 | e5ae8f8a8a4a42 |
EUC-JP | 螳所開B | 11101010101100001011110111101010101100111010101101000010 | eab0bdeab3ab42 |
UTF-8 | 螳所開B | 11101000100111101011001111100110100010011000000011101001100101101000101101000010 | e89eb3e68980e9968b42 |
UHC | 螳所開B | 11010011110110011110000110110110110010111101001001000010 | d3d9e1b6cbd242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)