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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 泚霙 | 111110101111100111101000110000101111010010111010 | faf9e8c2f4ba |
EUC-JP | 泚霙? | 100011111100011110100001111100001100010000111111 | 8fc7a1f0c43f |
UTF-8 | 泚霙 | 111001101011001110011010111010011001110010011001111011101000110110101001 | e6b39ae99c99ee8da9 |
UHC | ?霙? | 00111111111001111100111000111111 | 3fe7ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)