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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 詹嫉h詹 | 11111011101001011000111010111001011010001111101110100101 | fba58eb968fba5 |
EUC-JP | 詹嫉h詹 | 100011111101110111101010101111001011101101101000100011111101110111101010 | 8fddeabcbb688fddea |
UTF-8 | 詹嫉h詹 | 11101000101010011011100111100101101010111000100101101000111010001010100110111001 | e8a9b9e5ab8968e8a9b9 |
UHC | 詹嫉h詹 | 11110100110110101111001011101100011010001111010011011010 | f4daf2ec68f4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)