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 | îxî | 11101110100010001001101001111000111011101000100010011010 | ee889a78ee889a |
SJIS-WIN | ???x??? | 00111111001111110011111101111000001111110011111100111111 | 3f3f3f783f3f3f |
EUC-JP | î??xî?? | 1000111110101011110000100011111100111111011110001000111110101011110000100011111100111111 | 8fabc23f3f788fabc23f3f |
UTF-8 | îxî | 11000011101011101100001010001000110000101001101001111000110000111010111011000010100010001100001010011010 | c3aec288c29a78c3aec288c29a |
UHC | ???x??? | 00111111001111110011111101111000001111110011111100111111 | 3f3f3f783f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)