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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????② | 001111110011111100111111001111111000011101000001 | 3f3f3f3f8741 |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 了묌뮈緣② | 111011111010011010111010111010111010110010001100111010111010111010001000111001111011011110100011111000101001000110100001 | efa6baebac8cebae88e7b7a3e291a1 |
UHC | 了묌뮈緣② | 11101000111001111001000111101001101110011011111111100110110111101010100011101000 | e8e791e9b9bfe6dea8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)