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 | 語??揄? | 10001100111010100011111100111111100111011000100100111111 | 8cea3f3f9d893f |
EUC-JP | 語??揄? | 10111000111011000011111100111111110110011110100100111111 | b8ec3f3fd9e93f |
UTF-8 | 語ⓨ낡揄쏤 | 111010001010101010011110111000101001001110101000111010111000001010100001111001101000111110000100111011001000111110100100 | e8aa9ee293a8eb82a1e68f84ec8fa4 |
UHC | 語ⓨ낡揄쏤 | 11100101110111101010100011100101101100111011000011101010111100011001110001000110 | e5dea8e5b3b0eaf19c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)