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 | 髢ュ譎溷鉛 | 111010011001011010101101111001101001100110011111111001011000100110010100 | e996ade6999fe58994 |
EUC-JP | 髢ュ譎溷鉛 | 11110001111101101000111010101101111010111111100111011110111001111011000111110100 | f1f68eadebf9dee7b1f4 |
UTF-8 | 髢ュ譎溷鉛 | 111010011010101110100010111011111011110110101101111010001010110110001110111001101011101010110111111010011000100110011011 | e9aba2efbdade8ad8ee6bab7e9899b |
UHC | ??譎?鉛 | 00111111001111111111110111010010001111111110011011100111 | 3f3ffdd23fe6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)