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? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 轤ュW螻 | 111001111000001010101101010101111110010110110001 | e782ad57e5b1 |
EUC-JP | 轤ュW螻 | 11101101111000101000111010101101010101111110101010110011 | ede28ead57eab3 |
UTF-8 | 轤ュW螻 | 11101000101111011010010011101111101111011010110101010111111010001001111010111011 | e8bda4efbdad57e89ebb |
UHC | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)