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 | E¬°E | 1001001001000101100100011010110010010001101100001001001001000101 | 924591ac91b09245 |
SJIS-WIN | ?E?¬?°?E | 00111111010001010011111110000001110010100011111110000001100010110011111101000101 | 3f453f81ca3f818b3f45 |
EUC-JP | ?E?¬?°?E | 00111111010001010011111110100010110011000011111110100001111010110011111101000101 | 3f453fa2cc3fa1eb3f45 |
UTF-8 | E¬°E | 1100001010010010010001011100001010010001110000101010110011000010100100011100001010110000110000101001001001000101 | c29245c291c2acc291c2b0c29245 |
UHC | ?E???°?E | 001111110100010100111111001111110011111110100001110001100011111101000101 | 3f453f3f3fa1c63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)