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 | ìèì | 11101100100100101001010011101000100100011000100111101100 | ec9294e89189ec |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ì??è??ì | 10001111101010111100000000111111001111111000111110101011101100100011111100111111100011111010101111000000 | 8fabc03f3f8fabb23f3f8fabc0 |
UTF-8 | ìèì | 1100001110101100110000101001001011000010100101001100001110101000110000101001000111000010100010011100001110101100 | c3acc292c294c3a8c291c289c3ac |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)