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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踟イ竭」奣顔 | 11100110111101111011001011100010100100011010001111111010101000111000101011100111 | e6f7b2e291a3faa38ae7 |
EUC-JP | 踟イ竭」奣顔 | 11101100111110011000111010110010111000111111000110001110101000111000111110111000111111001011010011101001 | ecf98eb2e3f18ea38fb8fcb4e9 |
UTF-8 | 踟イ竭」奣顔 | 111010001011100010011111111011111011110110110010111001111010101110101101111011111011110110100011111001011010010110100011111010011010000110010100 | e8b89fefbdb2e7abadefbda3e5a5a3e9a194 |
UHC | ??竭??顔 | 0011111100111111110010101110011000111111001111111110010011010100 | 3f3fcae63f3fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)