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 | 碍??娃 | 100010100101011000111111001111111000100010100001 | 8a563f3f88a1 |
EUC-JP | 碍??娃 | 101100111011011100111111001111111011000010100011 | b3b73f3fb0a3 |
UTF-8 | 碍뉐삻娃 | 111001111010001010001101111010111000100110010000111011001000001010111011111001011010100010000011 | e7a28deb8990ec82bbe5a883 |
UHC | 碍뉐삻娃 | 1110010011110100100001111110010110011000101100101110100011011111 | e4f487e598b2e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)