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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 語??窈 | 100011001110101000111111001111111110001001110111 | 8cea3f3fe277 |
EUC-JP | 語??窈 | 101110001110110000111111001111111110001111011000 | b8ec3f3fe3d8 |
UTF-8 | 語ⓨ낡窈 | 111010001010101010011110111000101001001110101000111010111000001010100001111001111010101010001000 | e8aa9ee293a8eb82a1e7aa88 |
UHC | 語ⓨ낡窈 | 1110010111011110101010001110010110110011101100001110100110100001 | e5dea8e5b3b0e9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)