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 | 帽轉暮 | 100101100101100011100111011110101001010111101001 | 9658e77a95e9 |
EUC-JP | 帽轉暮 | 110010111011100111101101110110111100101011101011 | cbb9eddbcaeb |
UTF-8 | 帽轉暮 | 111001011011100010111101111010001011110110001001111001101001101010101110 | e5b8bde8bd89e69aae |
UHC | 帽轉暮 | 110110011011011011101111101011101101100110111010 | d9b6efaed9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)