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«©^r | 10001111101010111010100101011110011110101000111110101011101010010101111001110010 | 8faba95e7a8faba95e72 |
SJIS-WIN | ???^z???^r | 00111111001111110011111101011110011110100011111100111111001111110101111001110010 | 3f3f3f5e7a3f3f3f5e72 |
EUC-JP | ??©^z??©^r | 0011111100111111100011111010001011101101010111100111101000111111001111111000111110100010111011010101111001110010 | 3f3f8fa2ed5e7a3f3f8fa2ed5e72 |
UTF-8 | «©^z«©^r | 11000010100011111100001010101011110000101010100101011110011110101100001010001111110000101010101111000010101010010101111001110010 | c28fc2abc2a95e7ac28fc2abc2a95e72 |
UHC | ???^z???^r | 00111111001111110011111101011110011110100011111100111111001111110101111001110010 | 3f3f3f5e7a3f3f3f5e72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)