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 | 硝ン自 | 10001111110010011111010110001110110111011000111010101001 | 8fc9f58edd8ea9 |
EUC-JP | 硝?ン自 | 10111110110010110011111110001110110111011011110010101011 | becb3f8eddbcab |
UTF-8 | 硝ン自 | 111001111010000110011101111011101000111110111001111011111011111010011101111010001000011110101010 | e7a19dee8fb9efbe9de887aa |
UHC | 硝??自 | 111101011010011000111111001111111110110110111011 | f5a63f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)