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 | 﨧シ鄂 | 11111011110100111011110011100111101111011111011011101000 | fbd3bce7bdf6e8 |
EUC-JP | ?シ鄂? | 001111111000111010111100111011101011111100111111 | 3f8ebceebf3f |
UTF-8 | 﨧シ鄂 | 111011111010100010100111111011111011110110111100111010011000010010000010111011101001010010001111 | efa8a7efbdbce98482ee948f |
UHC | ??鄂? | 0011111100111111111001001100011100111111 | 3f3fe4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)