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 | 疋?齊?? | 10010101010001000011111111101010100011100011111100111111 | 95443fea8e3f3f |
EUC-JP | 疋?齊?? | 11001001101001010011111111110011111011100011111100111111 | c9a53ff3ee3f3f |
UTF-8 | 疋곽齊뤋넣 | 111001111001011010001011111010101011001110111101111010011011110110001010111010111010010010001011111010111000010010100011 | e7968beab3bde9bd8aeba48beb84a3 |
UHC | 疋곽齊뤋넣 | 11111001101101011011000011111011111100001011101010001111101110111011001111010110 | f9b5b0fbf0ba8fbbb3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)