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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 巽揃息m | 10010010010001101001000110110101100100011010011101101101 | 924691b591a76d |
EUC-JP | 巽揃息m | 11000011101001111100001010110111110000101010100101101101 | c3a7c2b7c2a96d |
UTF-8 | 巽揃息m | 11100101101101111011110111100110100011111000001111100110100000011010111101101101 | e5b7bde68f83e681af6d |
UHC | 巽?息m | 111000011101111000111111111000111101001101101101 | e1de3fe3d36d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)