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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将、娼フ将藜 | 10001111101010111010010010001111101010011100110010001111101010111110010101011011 | 8faba48fa9cc8fabe55b |
EUC-JP | 将、娼フ将藜 | 101111101010110110001110101001001011111010101011100011101100110010111110101011011110100110111100 | bead8ea4beab8eccbeade9bc |
UTF-8 | 将、娼フ将藜 | 111001011011000010000110111011111011110110100100111001011010100010111100111011111011111010001100111001011011000010000110111010001001011110011100 | e5b086efbda4e5a8bcefbe8ce5b086e8979c |
UHC | ??娼??藜 | 0011111100111111111100111101111000111111001111111101010111101101 | 3f3ff3de3f3fd5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)