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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 厓[厓[^ | 11111010100011010101101111111010100011010101101101011110 | fa8d5bfa8d5b5e |
EUC-JP | 厓[厓[^ | 100011111011010011000111010110111000111110110100110001110101101101011110 | 8fb4c75b8fb4c75b5e |
UTF-8 | 厓[厓[^ | 111001011000111010010011010110111110010110001110100100110101101101011110 | e58e935be58e935b5e |
UHC | 厓[厓[^ | 11100100111011010101101111100100111011010101101101011110 | e4ed5be4ed5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)