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 | 硝ヲ軸丞 | 10001111110010011010011010001110101100101000111111100101 | 8fc9a68eb28fe5 |
EUC-JP | 硝ヲ軸丞 | 1011111011001011100011101010011010111100101101001011111011100111 | becb8ea6bcb4bee7 |
UTF-8 | 硝ヲ軸丞 | 111001111010000110011101111011111011110110100110111010001011101110111000111001001011100010011110 | e7a19defbda6e8bbb8e4b89e |
UHC | 硝?軸丞 | 11110101101001100011111111110101111011101110001110101010 | f5a63ff5eee3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)