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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湿昭 | 111100001010110010001110101111001000111110111010 | f0ac8ebc8fba |
EUC-JP | ?湿昭 | 0011111110111100101111101011111010111100 | 3fbcbebebc |
UTF-8 | 湿昭 | 111011101000000110101011111001101011100110111111111001101001100010101101 | ee81abe6b9bfe698ad |
UHC | ??昭 | 00111111001111111110000110111001 | 3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)