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 | 焄軟貍溥 | 1111101101010100100100111110111011100110101111001001111111101110 | fb5493eee6bc9fee |
EUC-JP | 焄軟貍溥 | 100011111100100111100011110001101111000011101100101111101101111011110000 | 8fc9e3c6f0ecbedef0 |
UTF-8 | 焄軟貍溥 | 111001111000010010000100111010001011101110011111111010001011001010001101111001101011101010100101 | e78484e8bb9fe8b28de6baa5 |
UHC | 焄軟?溥 | 11111101101101101110011011100011001111111101110110101010 | fdb6e6e33fddaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)