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 | 螳滄㊧邏 | 1110010110101110100111111110100110000111100010001110011110110100 | e5ae9fe98788e7b4 |
EUC-JP | 螳滄?邏 | 11101010101100001101111011101011001111111110111010110110 | eab0deeb3feeb6 |
UTF-8 | 螳滄㊧邏 | 111010001001111010110011111001101011101110000100111000111000101010100111111010011000001010001111 | e89eb3e6bb84e38aa7e9828f |
UHC | 螳滄?邏 | 11010011110110011111001111100111001111111101010110100100 | d3d9f3e73fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)