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 | êüBU | 1110101011111100100101010100001001010101 | eafc954255 |
SJIS-WIN | ???BU | 0011111100111111001111110100001001010101 | 3f3f3f4255 |
EUC-JP | êü?BU | 100011111010101110110100100011111010101111100100001111110100001001010101 | 8fabb48fabe43f4255 |
UTF-8 | êüBU | 1100001110101010110000111011110011000010100101010100001001010101 | c3aac3bcc2954255 |
UHC | ???BU | 0011111100111111001111110100001001010101 | 3f3f3f4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)