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 | 渟?騁以? | 1001111111011001001111111110100101110100100010001100100000111111 | 9fd93fe97488c83f |
EUC-JP | 渟?騁以? | 1101111011011011001111111111000111010101101100001100101000111111 | dedb3ff1d5b0ca3f |
UTF-8 | 渟펠騁以렋 | 111001101011100010011111111011011000111010100000111010011010100010000001111001001011101110100101111010111010000010001011 | e6b89fed8ea0e9a881e4bba5eba08b |
UHC | 渟펠騁以렋 | 11101111111001011100011011100111110111101011111011101100101001001000111010100010 | efe5c6e7debeeca48ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)