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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 訒咏濫[BF | 111110111010001110011001111001111001011110010100010110110100001001000110 | fba399e797945b4246 |
EUC-JP | 訒咏濫[BF | 10001111110111011100100011010010111010011100110111110100010110110100001001000110 | 8fddc8d2e9cdf45b4246 |
UTF-8 | 訒咏濫[BF | 111010001010100010010010111001011001001010001111111001101011111110101011010110110100001001000110 | e8a892e5928fe6bfab5b4246 |
UHC | ??濫[BF | 00111111001111111101010110111101010110110100001001000110 | 3f3fd5bd5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)