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 | åºç | 111001011001001110111010111001111001011110011110 | e593bae7979e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | å?ºç?? | 100011111010101110101001001111111000111110100010111010111000111110101011101011100011111100111111 | 8faba93f8fa2eb8fabae3f3f |
UTF-8 | åºç | 110000111010010111000010100100111100001010111010110000111010011111000010100101111100001010011110 | c3a5c293c2bac3a7c297c29e |
UHC | ??º??? | 00111111001111111010100010101100001111110011111100111111 | 3f3fa8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)