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 | èó·ì° | 111010001111001110110111111011001011000010010000 | e8f3b7ecb090 |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | èó?ì°? | 10001111101010111011001010001111101010111101000100111111100011111010101111000000101000011110101100111111 | 8fabb28fabd13f8fabc0a1eb3f |
UTF-8 | èó·ì° | 110000111010100011000011101100111100001010110111110000111010110011000010101100001100001010010000 | c3a8c3b3c2b7c3acc2b0c290 |
UHC | ??·?°? | 0011111100111111101000011010010000111111101000011100011000111111 | 3f3fa1a43fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)