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 | ??j}??j{^ | 001111110011111101101010011111010011111100111111011010100111101101011110 | 3f3f6a7d3f3f6a7b5e |
SJIS-WIN | 灌溏j}灌溏j{^ | 10011111111100111001111111101101011010100111110110011111111100111001111111101101011010100111101101011110 | 9ff39fed6a7d9ff39fed6a7b5e |
EUC-JP | 灌溏j}灌溏j{^ | 11011110111101011101111011101111011010100111110111011110111101011101111011101111011010100111101101011110 | def5deef6a7ddef5deef6a7b5e |
UTF-8 | 灌溏j}灌溏j{^ | 1110011110000001100011001110011010111010100011110110101001111101111001111000000110001100111001101011101010001111011010100111101101011110 | e7818ce6ba8f6a7de7818ce6ba8f6a7b5e |
UHC | 灌?j}灌?j{^ | 1100111010110100001111110110101001111101110011101011010000111111011010100111101101011110 | ceb43f6a7dceb43f6a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)