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 | 騾咲坩邨。 | 111010011000000010001101111001111001101010101110111001111011010110100001 | e9808de79aaee7b5a1 |
EUC-JP | 騾咲坩邨。 | 11110001111000001011101011101001110101001011000011101110101101111000111010100001 | f1e0bae9d4b0eeb78ea1 |
UTF-8 | 騾咲坩邨。 | 111010011010100010111110111001011001001010110010111001011001110110101001111010011000001010101000111011111011110110100001 | e9a8bee592b2e59da9e982a8efbda1 |
UHC | ???邨? | 001111110011111100111111111101011011111000111111 | 3f3f3ff5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)