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 | æĥ^oB | 100011101100001110100110110001001000111010100101010111100110111101000010 | 8ec3a6c48ea55e6f42 |
SJIS-WIN | ?????¥^oB | 00111111001111110011111100111111001111111000000110001111010111100110111101000010 | 3f3f3f3f3f818f5e6f42 |
EUC-JP | ?æÄ??^oB | 001111111000111110101010101010101000111110100010110000111000111110101010101000110011111100111111010111100110111101000010 | 3f8faaaa8fa2c38faaa33f3f5e6f42 |
UTF-8 | æĥ^oB | 110000101000111011000011100000111100001010100110110000111000010011000010100011101100001010100101010111100110111101000010 | c28ec383c2a6c384c28ec2a55e6f42 |
UHC | ??????^oB | 001111110011111100111111001111110011111100111111010111100110111101000010 | 3f3f3f3f3f3f5e6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)