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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獰⑤?? | 111000001101011010000111010001000011111100111111 | e0d687443f3f |
EUC-JP | 獰??? | 1110000011011000001111110011111100111111 | e0d83f3f3f |
UTF-8 | 獰⑤젧溜 | 111001111000110110110000111000101001000110100100111011001010000010100111111011111010011110001011 | e78db0e291a4eca0a7efa78b |
UHC | 獰⑤젧溜 | 1110011110111110101010001110101110100000100111111110101011111110 | e7bea8eba09feafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)