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 | 闔門ーコ閠 | 1110100010001110100101101110010110110000101110101110100010000000 | e88e96e5b0bae880 |
EUC-JP | 闔門ーコ閠 | 11101111111011101100110011100111100011101011000010001110101110101110111111100000 | efeecce78eb08ebaefe0 |
UTF-8 | 闔門ーコ閠 | 111010011001011110010100111010011001011010000000111011111011110110110000111011111011110110111010111010011001011010100000 | e99794e99680efbdb0efbdbae996a0 |
UHC | 闔門??? | 11111001111011111101101010100110001111110011111100111111 | f9efdaa63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)