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 | 恙??鴦 | 100111001001100100111111001111111110100111110001 | 9c993f3fe9f1 |
EUC-JP | 恙??鴦 | 110101111111100100111111001111111111001011110011 | d7f93f3ff2f3 |
UTF-8 | 恙띿넀鴦 | 111001101000000110011001111010111001110110111111111010111000010010000000111010011011010010100110 | e68199eb9dbfeb8480e9b4a6 |
UHC | 恙띿넀鴦 | 1110010110111111100011011110110010000110100100001110010011101100 | e5bf8dec8690e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)