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 | 耶???? | 100101101110101100111111001111110011111100111111 | 96eb3f3f3f3f |
EUC-JP | 耶???? | 110011001110110100111111001111110011111100111111 | cced3f3f3f3f |
UTF-8 | 耶껊돂鱗배 | 111010001000000010110110111010101011101110001010111010111000111110000010111011111010011110110010111010111011000010110000 | e880b6eabb8aeb8f82efa7b2ebb0b0 |
UHC | 耶껊돂鱗배 | 11100101101011011000001111101011100010011001010111101100111001111011100111101000 | e5ad83eb8995ece7b9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)