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 | 螳ソ陦灘ウ | 1110010110101110101111111110100010100001100100111110010110110011 | e5aebfe8a193e5b3 |
EUC-JP | 螳ソ陦灘ウ | 11101010101100001000111010111111111100001010001111000110111001111000111010110011 | eab08ebff0a3c6e78eb3 |
UTF-8 | 螳ソ陦灘ウ | 111010001001111010110011111011111011110110111111111010011001100110100110111001111000000110011000111011111011110110110011 | e89eb3efbdbfe999a6e78198efbdb3 |
UHC | 螳??灘? | 11010011110110010011111100111111111101111010100000111111 | d3d93f3ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)