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 | 秀??秀 | 100011110100011100111111001111111000111101000111 | 8f473f3f8f47 |
EUC-JP | 秀??秀 | 101111011010100000111111001111111011110110101000 | bda83f3fbda8 |
UTF-8 | 秀뚰뢙秀 | 111001111010011110000000111010111001101010110000111010111010001010011001111001111010011110000000 | e7a780eb9ab0eba299e7a780 |
UHC | 秀뚰뢙秀 | 1110001010110011100011001110110110001111010101001110001010110011 | e2b38ced8f54e2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)