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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 籖牙ずu | 11100010110111011000100111100101100000101011100001110101 | e2dd89e582b875 |
EUC-JP | 籖牙ずu | 11100100110111111011001011100111101001001011101001110101 | e4dfb2e7a4ba75 |
UTF-8 | 籖牙ずu | 11100111101100011001011011100111100010011001100111100011100000011001101001110101 | e7b196e78999e3819a75 |
UHC | ?牙ずu | 001111111110010010110011101010101011101001110101 | 3fe4b3aaba75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)