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 | 糺跫餠夜 | 1110001011111011111001101110110111101001010101011001011011101001 | e2fbe6ede95596e9 |
EUC-JP | 糺跫餠夜 | 1110010011111101111011001110111111110001101101101100110011101011 | e4fdeceff1b6cceb |
UTF-8 | 糺跫餠夜 | 111001111011001110111010111010001011011110101011111010011010010010100000111001011010010010011100 | e7b3bae8b7abe9a4a0e5a49c |
UHC | ??餠夜 | 001111110011111111011100101111111110010110101000 | 3f3fdcbfe5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)