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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 澳?ズu | 111000000101001100111111100000110101100101110101 | e0533f835975 |
EUC-JP | 澳?ズu | 110111111011010000111111101001011011101001110101 | dfb43fa5ba75 |
UTF-8 | 澳뉒ズu | 11100110101111101011001111101011100010011001001011100011100000101011101001110101 | e6beb3eb8992e382ba75 |
UHC | 澳뉒ズu | 11100111111111101000011111100111101010111011101001110101 | e7fe87e7abba75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)