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 | 罟轉暮 | 111000111010100011100111011110101001010111101001 | e3a8e77a95e9 |
EUC-JP | 罟轉暮 | 111001101010101011101101110110111100101011101011 | e6aaeddbcaeb |
UTF-8 | 罟轉暮 | 111001111011110110011111111010001011110110001001111001101001101010101110 | e7bd9fe8bd89e69aae |
UHC | ?轉暮 | 0011111111101111101011101101100110111010 | 3fefaed9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)