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 | 蝓守う | 111001011001111110001110111001111000001010100100 | e59f8ee782a4 |
EUC-JP | 蝓守う | 111010101010000110111100111010011010010010100110 | eaa1bce9a4a6 |
UTF-8 | 蝓守う | 111010001001110110010011111001011010111010001000111000111000000110000110 | e89d93e5ae88e38186 |
UHC | ?守う | 0011111111100001111110101010101010100110 | 3fe1faaaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)