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 | UBW | 1001001001010101100100100100001001010111 | 9255924257 |
SJIS-WIN | ?U?BW | 0011111101010101001111110100001001010111 | 3f553f4257 |
EUC-JP | ?U?BW | 0011111101010101001111110100001001010111 | 3f553f4257 |
UTF-8 | UBW | 11000010100100100101010111000010100100100100001001010111 | c29255c2924257 |
UHC | ?U?BW | 0011111101010101001111110100001001010111 | 3f553f4257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)