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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銖呎ケソ雖 | 1110011111110001100110011110011010111001101111111110010110101011 | e7f199e6b9bfe5ab |
EUC-JP | 銖呎ケソ雖 | 11101110111100111101001011101000100011101011100110001110101111111110101010101101 | eef3d2e88eb98ebfeaad |
UTF-8 | 銖呎ケソ雖 | 111010011000101010010110111001011001000110001110111011111011110110111001111011111011110110111111111010011001101110010110 | e98a96e5918eefbdb9efbdbfe99b96 |
UHC | 銖???雖 | 11100010110001110011111100111111001111111110001011001100 | e2c73f3f3fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)