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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諛檎伏諞 | 1110011010000111100011001110011110010101100110101110011010000110 | e6878ce7959ae686 |
EUC-JP | 諛檎伏諞 | 1110101111100111101110001110100111001001111110101110101111100110 | ebe7b8e9c9faebe6 |
UTF-8 | 諛檎伏諞 | 111010001010101110011011111001101010101010001110111001001011110010001111111010001010101110011110 | e8ab9be6aa8ee4bc8fe8ab9e |
UHC | 諛檎伏? | 11101011101100001101000011010101110111001101000100111111 | ebb0d0d5dcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)