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 | 畏??宜ф | 1000100011011000001111110011111110001011010110001000010010000110 | 88d83f3f8b588486 |
EUC-JP | 畏??宜ф | 1011000011011010001111110011111110110101101110011010011111100110 | b0da3f3fb5b9a7e6 |
UTF-8 | 畏븍맧宜ф | 1110011110010101100011111110101110111000100011011110101110100111101001111110010110101110100111001101000110000100 | e7958febb88deba7a7e5ae9cd184 |
UHC | 畏븍맧宜ф | 11101000111001101011101011101011100100001011000011101011111100011010110011100110 | e8e6baeb90b0ebf1ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)