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 | »ùªKH | 10001111101110111111100110001110101010100100101101001000 | 8fbbf98eaa4b48 |
SJIS-WIN | ?????KH | 00111111001111110011111100111111001111110100101101001000 | 3f3f3f3f3f4b48 |
EUC-JP | ??ù?ªKH | 0011111100111111100011111010101111100011001111111000111110100010111011000100101101001000 | 3f3f8fabe33f8fa2ec4b48 |
UTF-8 | »ùªKH | 110000101000111111000010101110111100001110111001110000101000111011000010101010100100101101001000 | c28fc2bbc3b9c28ec2aa4b48 |
UHC | ????ªKH | 0011111100111111001111110011111110101000101000110100101101001000 | 3f3f3f3fa8a34b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)