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 | ????巖 | 001111110011111100111111001111111001101111011100 | 3f3f3f3f9bdc |
EUC-JP | 璿??璿巖 | 10001111110011001110100100111111001111111000111111001100111010011101011011011110 | 8fcce93f3f8fcce9d6de |
UTF-8 | 璿솽솨璿巖 | 111001111001001010111111111011001000011010111101111011001000011010101000111001111001001010111111111001011011011110010110 | e792bfec86bdec86a8e792bfe5b796 |
UHC | 璿솽솨璿巖 | 11100000110001111011110011100001101111001101110111100000110001111110010011011100 | e0c7bce1bcdde0c7e4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)