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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鞜城♀] | 11101000110111111000111111101001100000011000101001011101 | e8df8fe9818a5d |
EUC-JP | 鞜城♀] | 11110000111000011011111011101011101000011110101001011101 | f0e1beeba1ea5d |
UTF-8 | 鞜城♀] | 11101001100111101001110011100101100111111000111011100010100110011000000001011101 | e99e9ce59f8ee299805d |
UHC | ?城♀] | 001111111110000011110010101000011100111101011101 | 3fe0f2a1cf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)