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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ゙靹ィ | 111100001010111111011110111010001101011010101000 | f0afdee8d6a8 |
EUC-JP | ?゙靹ィ | 00111111100011101101111011110000110110001000111010101000 | 3f8edef0d88ea8 |
UTF-8 | ゙靹ィ | 111011101000000110101110111011111011111010011110111010011001110110111001111011111011110110101000 | ee81aeefbe9ee99db9efbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)