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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ?罌瞼酒] | 0011111111100011101000001110000111011001100011101111000001011101 | 3fe3a0e1d98ef05d |
EUC-JP | ?罌瞼酒] | 0011111111100110101000101110001011011011101111001111001001011101 | 3fe6a2e2dbbcf25d |
UTF-8 | 룶罌瞼酒] | 11101011101000111011011011100111101111011000110011100111100111101011110011101001100001011001001001011101 | eba3b6e7bd8ce79ebce985925d |
UHC | 룶罌瞼酒] | 100011111010101111100101101000101100110010100001111100011101000001011101 | 8fabe5a2cca1f1d05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)