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 | セ゚錂煮 | 101111101101111111111011110111101000111011001111 | bedffbde8ecf |
EUC-JP | セ゚錂煮 | 100011101011111010001110110111111000111111100100110101001011110011010001 | 8ebe8edf8fe4d4bcd1 |
UTF-8 | セ゚錂煮 | 111011111011110110111110111011111011111010011111111010011000110010000010111001111000010110101110 | efbdbeefbe9fe98c82e785ae |
UHC | ???煮 | 0011111100111111001111111110110110110100 | 3f3f3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)