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 | WÂé÷B | 10011011010101111001100011000010111010011111011101000010 | 9b5798c2e9f742 |
SJIS-WIN | ?W???÷B | 0011111101010111001111110011111100111111100000011000000001000010 | 3f573f3f3f818042 |
EUC-JP | ?W?Âé÷B | 001111110101011100111111100011111010101010100100100011111010101110110001101000011110000001000010 | 3f573f8faaa48fabb1a1e042 |
UTF-8 | WÂé÷B | 110000101001101101010111110000101001100011000011100000101100001110101001110000111011011101000010 | c29b57c298c382c3a9c3b742 |
UHC | ?W???÷B | 0011111101010111001111110011111100111111101000011100000001000010 | 3f573f3f3fa1c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)