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 | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | 辱i?M辱 | 1001000001001010100000101000100100111111010011011001000001001010 | 904a82893f4d904a |
EUC-JP | 辱i?M辱 | 1011111110101011101000111110100100111111010011011011111110101011 | bfaba3e93f4dbfab |
UTF-8 | 辱i뮈M辱 | 11101000101111101011000111101111101111011000100111101011101011101000100001001101111010001011111010110001 | e8beb1efbd89ebae884de8beb1 |
UHC | 辱i뮈M辱 | 111010011011010010100011111010011011100110111111010011011110100110110100 | e9b4a3e9b9bf4de9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)