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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淼夂庶淲 | 1111101101000101100110101110011110001111100011101111101101000100 | fb459ae78f8efb44 |
EUC-JP | 淼夂庶? | 1000111111000111111001101101010011101001101111011110111000111111 | 8fc7e6d4e9bdee3f |
UTF-8 | 淼夂庶淲 | 111001101011011110111100111001011010010010000010111001011011101010110110111001101011011110110010 | e6b7bce5a482e5bab6e6b7b2 |
UHC | ??庶? | 0011111100111111110111111110111000111111 | 3f3fdfee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)