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 | 質鋐式 | 1111000010100100100011101011111111111011110100101000111010101110 | f0a48ebffbd28eae |
EUC-JP | ?質鋐式 | 0011111110111100110000011000111111100100101111101011110010110000 | 3fbcc18fe4bebcb0 |
UTF-8 | 質鋐式 | 111011101000000110100011111010001011001110101010111010011000101110010000111001011011110010001111 | ee81a3e8b3aae98b90e5bc8f |
UHC | ?質?式 | 001111111111001011110101001111111110001111010010 | 3ff2f53fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)