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 | 茫∽頃胚 | 1110010010101001100000011110010010001101101000001110001111110011 | e4a981e48da0e3f3 |
EUC-JP | 茫∽頃胚 | 1110100010101011101000101110011010111010101000101110011011110101 | e8aba2e6baa2e6f5 |
UTF-8 | 茫∽頃胚 | 111010001000110010101011111000101000100010111101111010011010000010000011111010001000001110011010 | e88cabe288bde9a083e8839a |
UHC | 茫∽頃胚 | 1101100011010100101000011110111111001100111100011101101111001111 | d8d4a1efccf1dbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)