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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾也事蜃カ | 111010011000000010010110111001111000111010010110111001011000011110110110 | e98096e78e96e587b6 |
EUC-JP | 騾也事蜃カ | 11110001111000001100110011101001101110111111011011101001111001111000111010110110 | f1e0cce9bbf6e9e78eb6 |
UTF-8 | 騾也事蜃カ | 111010011010100010111110111001001011100110011111111001001011101010001011111010001001110010000011111011111011110110110110 | e9a8bee4b99fe4ba8be89c83efbdb6 |
UHC | ?也事蜃? | 0011111111100101101001011101111011000000111000111111000100111111 | 3fe5a5dec0e3f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)