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 | ?e、B | 001111111000001010000101100000010100000101000010 | 3f8285814142 |
EUC-JP | ?e、B | 001111111010001111100101101000011010001001000010 | 3fa3e5a1a242 |
UTF-8 | 緣e、B | 11100111101101111010001111101111101111011000010111100011100000001000000101000010 | e7b7a3efbd85e3808142 |
UHC | 緣e、B | 11100110110111101010001111100101101000011010001001000010 | e6dea3e5a1a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)