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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 獰????\ | 11100000110101100011111100111111001111110011111101011100 | e0d63f3f3f3f5c |
EUC-JP | 獰????\ | 11100000110110000011111100111111001111110011111101011100 | e0d83f3f3f3f5c |
UTF-8 | 獰욇쭠樂냬\ | 11100111100011011011000011101100100110101000011111101100101011011010000011101111101001101011111111101011100000111010110001011100 | e78db0ec9a87ecada0efa6bfeb83ac5c |
UHC | 獰욇쭠樂냬\ | 1110011110111110100111101110100110100111100101011110100011111001100001100111011001011100 | e7be9ee9a795e8f986765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)