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 | 遯壱胸夋「蠅 | 1110011110101010100010001110101110001011101110011111101010011111101000101110010110100010 | e7aa88eb8bb9fa9fa2e5a2 |
EUC-JP | 遯壱胸夋「蠅 | 11101110101011001011000011101101101101101011101110001111101110001110000110001110101000101110101010100100 | eeacb0edb6bb8fb8e18ea2eaa4 |
UTF-8 | 遯壱胸夋「蠅 | 111010011000000110101111111001011010001110110001111010001000001110111000111001011010010010001011111011111011110110100010111010001010000010000101 | e981afe5a3b1e883b8e5a48befbda2e8a085 |
UHC | 遯?胸??蠅 | 110101001110111000111111111111011101100000111111001111111110001110110010 | d4ee3ffdd83f3fe3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)