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 | ?Ag?E?? | 00111111010000010110011100111111010001010011111100111111 | 3f41673f453f3f |
SJIS-WIN | ?Ag?E?? | 00111111010000010110011100111111010001010011111100111111 | 3f41673f453f3f |
EUC-JP | ?Ag?E?? | 00111111010000010110011100111111010001010011111100111111 | 3f41673f453f3f |
UTF-8 | 혪Ag혪E혩짱 | 111011011001100010101010010000010110011111101101100110001010101001000101111011011001100010101001111011001010011110110001 | ed98aa4167ed98aa45ed98a9eca7b1 |
UHC | 혪Ag혪E혩짱 | 1100001010010010010000010110011111000010100100100100010111000010100100011100001010101111 | c2924167c29245c291c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)