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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 屬??屬??^ | 100110111010001000111111001111111001101110100010001111110011111101011110 | 9ba23f3f9ba23f3f5e |
EUC-JP | 屬??屬??^ | 110101101010010000111111001111111101011010100100001111110011111101011110 | d6a43f3fd6a43f3f5e |
UTF-8 | 屬깋갽屬깋갽^ | 11100101101100011010110011101010101110011000101111101010101100001011110111100101101100011010110011101010101110011000101111101010101100001011110101011110 | e5b1aceab98beab0bde5b1aceab98beab0bd5e |
UHC | 屬깋갽屬깋갽^ | 11100001110101011000001110001001100000010110011011100001110101011000001110001001100000010110011001011110 | e1d583898166e1d5838981665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)