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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 鬯」邨朮] | 1110100110101100101000111110011110110101100111100101000101011101 | e9aca3e7b59e515d |
EUC-JP | 鬯」邨朮] | 111100101010111010001110101000111110111010110111110110111011001001011101 | f2ae8ea3eeb7dbb25d |
UTF-8 | 鬯」邨朮] | 11101001101011001010111111101111101111011010001111101001100000101010100011100110100111001010111001011101 | e9acafefbda3e982a8e69cae5d |
UHC | ??邨朮] | 00111111001111111111010110111110111101011111010001011101 | 3f3ff5bef5f45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)