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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疚俑麓 | 111000010110101110011000110110101001100001011011 | e16b98da985b |
EUC-JP | 疚俑麓 | 111000011100110011010000110111001100111110111100 | e1ccd0dccfbc |
UTF-8 | 疚俑麓 | 111001111001011010011010111001001011111110010001111010011011101010010011 | e7969ae4bf91e9ba93 |
UHC | ?俑麓 | 0011111111101001101101011101011011100100 | 3fe9b5d6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)