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 | 省サ璽 | 10001111110010001111100010001110101110111000111010100011 | 8fc8f88ebb8ea3 |
EUC-JP | 省?サ璽 | 10111110110010100011111110001110101110111011110010100101 | beca3f8ebbbca5 |
UTF-8 | 省サ璽 | 111001111001110010000001111011101001100010101101111011111011110110111011111001111001001010111101 | e79c81ee98adefbdbbe792bd |
UHC | 省??璽 | 111000001111110100111111001111111101111111011110 | e0fd3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)