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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鮨雁ウッツェB | 111010011011110110001010111001011011001110101111110000101010101001000010 | e9bd8ae5b3afc2aa42 |
EUC-JP | 鮨雁ウッツェB | 11110010101111111011010011100111100011101011001110001110101011111000111011000010100011101010101001000010 | f2bfb4e78eb38eaf8ec28eaa42 |
UTF-8 | 鮨雁ウッツェB | 11101001101011101010100011101001100110111000000111101111101111011011001111101111101111011010111111101111101111101000001011101111101111011010101001000010 | e9aea8e99b81efbdb3efbdafefbe82efbdaa42 |
UHC | ?雁????B | 0011111111100100110100100011111100111111001111110011111101000010 | 3fe4d23f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)