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 | 螯雁オ碁箕 | 111001011010011010001010111001011011010110001100111010011001011010100101 | e5a68ae5b58ce996a5 |
EUC-JP | 螯雁オ碁箕 | 11101010101010001011010011100111100011101011010110111000111010111100110010100111 | eaa8b4e78eb5b8ebcca7 |
UTF-8 | 螯雁オ碁箕 | 111010001001111010101111111010011001101110000001111011111011110110110101111001111010001010000001111001111010111010010101 | e89eafe99b81efbdb5e7a281e7ae95 |
UHC | ?雁?碁箕 | 0011111111100100110100100011111111010001101100111101000110111001 | 3fe4d23fd1b3d1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)