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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | スンzスンzB | 10111101110111010111101010111101110111010111101001000010 | bddd7abddd7a42 |
EUC-JP | スンzスンzB | 1000111010111101100011101101110101111010100011101011110110001110110111010111101001000010 | 8ebd8edd7a8ebd8edd7a42 |
UTF-8 | スンzスンzB | 111011111011110110111101111011111011111010011101011110101110111110111101101111011110111110111110100111010111101001000010 | efbdbdefbe9d7aefbdbdefbe9d7a42 |
UHC | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)