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 | 11100011111101101000100011100100100010011001111101000010 | e3f688e4899f42 |
EUC-JP | 胯井押B | 11100110111110001011000011100110101100101010000101000010 | e6f8b0e6b2a142 |
UTF-8 | 胯井押B | 11101000100000111010111111100100101110101001010111100110100010101011110001000010 | e883afe4ba95e68abc42 |
UHC | ?井押B | 001111111110111111001100111001001110001101000010 | 3fefcce4e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)