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¹ | 111110110101011110111001 | fb57b9 |
SJIS-WIN | ?W? | 001111110101011100111111 | 3f573f |
EUC-JP | ûW? | 1000111110101011111001010101011100111111 | 8fabe5573f |
UTF-8 | ûW¹ | 1100001110111011010101111100001010111001 | c3bb57c2b9 |
UHC | ?W¹ | 00111111010101111010100111110110 | 3f57a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)