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 | 諧?提?班 | 1110011001111110001111111001001011110001001111111001010011000111 | e67e3f92f13f94c7 |
EUC-JP | 諧?提?班 | 1110101111011111001111111100010011110011001111111100100011001001 | ebdf3fc4f33fc8c9 |
UTF-8 | 諧찰提뤊班 | 111010001010101110100111111011001011000010110000111001101000111110010000111010111010010010001010111001111000111110101101 | e8aba7ecb0b0e68f90eba48ae78fad |
UHC | 諧찰提뤊班 | 11111010101100101100001011111011111100001010101110001111101110101101101011101100 | fab2c2fbf0ab8fbadaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)