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 | 螳、迴樒⊂ | 111001011010111010100100111001111000111110011110111001111000000110111100 | e5aea4e78f9ee781bc |
EUC-JP | 螳、迴樒⊂ | 11101010101100001000111010100100111011011110111111011100111010011010001010111110 | eab08ea4edefdce9a2be |
UTF-8 | 螳、迴樒⊂ | 111010001001111010110011111011111011110110100100111010001011111110110100111001101010100010010010111000101000101010000010 | e89eb3efbda4e8bfb4e6a892e28a82 |
UHC | 螳???⊂ | 11010011110110010011111100111111001111111010000111111000 | d3d93f3f3fa1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)