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 | 盖珀鞦眩 | 1110000110110011111000001101111111101000111000011110000110111111 | e1b3e0dfe8e1e1bf |
EUC-JP | 盖珀鞦眩 | 1110001010110101111000001110000111110000111000111110001011000001 | e2b5e0e1f0e3e2c1 |
UTF-8 | 盖珀鞦眩 | 111001111001101110010110111001111000111110000000111010011001111010100110111001111001110010101001 | e79b96e78f80e99ea6e79ca9 |
UHC | 盖珀?眩 | 11001011110011001101101011010110001111111111101011011111 | cbccdad63ffadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)