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 | 枝?昱攀? | 1000111001111101001111111111101001100011100111011011001100111111 | 8e7d3ffa639db33f |
EUC-JP | 枝?昱攀? | 101110111101111000111111100011111100001010101101110110101011010100111111 | bbde3f8fc2addab53f |
UTF-8 | 枝렕昱攀렮 | 111001101001111010011101111010111010000010010101111001101001100010110001111001101001010010000000111010111010000010101110 | e69e9deba095e698b1e69480eba0ae |
UHC | 枝렕昱攀렮 | 11110010101010111000111010101010111010011111000011011010111001111000111010111011 | f2ab8eaae9f0dae78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)