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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 悟??誼?? | 1000110011100101001111110011111110001011011000100011111100111111 | 8ce53f3f8b623f3f |
EUC-JP | 悟??誼?? | 1011100011100111001111110011111110110101110000110011111100111111 | b8e73f3fb5c33f3f |
UTF-8 | 悟뽯쉴誼뜻뱚 | 111001101000001010011111111010111011110110101111111011001000100110110100111010001010101010111100111010111001110010111011111010111011000110011010 | e6829febbdafec89b4e8aabceb9cbbebb19a |
UHC | 悟뽯쉴誼뜻뱚 | 111001111111011010010110111010111011110110101111111010111111111010110110111001101001001110000001 | e7f696ebbdafebfeb6e69381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)