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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窒????? | 10010010100000100011111100111111001111110011111100111111 | 92823f3f3f3f3f |
EUC-JP | 窒????? | 11000011111000100011111100111111001111110011111100111111 | c3e23f3f3f3f3f |
UTF-8 | 窒섧劉섄씐렞 | 111001111010101010010010111011001000010010100111111011111010011110000111111011001000010010000100111011001001010010010000111010111010000010011110 | e7aa92ec84a7efa787ec8484ec9490eba09e |
UHC | 窒섧劉섄씐렞 | 111100101111001010111100101101011110101011100101101111001010100110111110101110111000111010101111 | f2f2bcb5eae5bca9bebb8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)