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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瘧畛瘧畛^ | 111000011000101011100001010110101110000110001010111000010101101001011110 | e18ae15ae18ae15a5e |
EUC-JP | 瘧畛瘧畛^ | 111000011110101011100001101110111110000111101010111000011011101101011110 | e1eae1bbe1eae1bb5e |
UTF-8 | 瘧畛瘧畛^ | 11100111100110001010011111100111100101011001101111100111100110001010011111100111100101011001101101011110 | e798a7e7959be798a7e7959b5e |
UHC | ?畛?畛^ | 00111111111100101101010100111111111100101101010101011110 | 3ff2d53ff2d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)