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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 礁ス辞射\ | 10001111110010101011110110001110101010111111000011010101100011101100101101011100 | 8fcabd8eabf0d58ecb5c |
EUC-JP | 礁ス辞?射\ | 10111110110011001000111010111101101111001010110100111111101111001100110101011100 | becc8ebdbcad3fbccd5c |
UTF-8 | 礁ス辞射\ | 11100111101001001000000111101111101111011011110111101000101111101001111011101110100000101001010011100101101100001000010001011100 | e7a481efbdbde8be9eee8294e5b0845c |
UHC | 礁???射\ | 1111010110100111001111110011111100111111110111101101001001011100 | f5a73f3f3fded25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)