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 | çSáe | 11100111010100111110000101100101 | e753e165 |
SJIS-WIN | ?S?e | 00111111010100110011111101100101 | 3f533f65 |
EUC-JP | çSáe | 1000111110101011101011100101001110001111101010111010000101100101 | 8fabae538faba165 |
UTF-8 | çSáe | 110000111010011101010011110000111010000101100101 | c3a753c3a165 |
UHC | ?S?e | 00111111010100110011111101100101 | 3f533f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)