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 | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 籖牙ずy | 11100010110111011000100111100101100000101011100001111001 | e2dd89e582b879 |
EUC-JP | 籖牙ずy | 11100100110111111011001011100111101001001011101001111001 | e4dfb2e7a4ba79 |
UTF-8 | 籖牙ずy | 11100111101100011001011011100111100010011001100111100011100000011001101001111001 | e7b196e78999e3819a79 |
UHC | ?牙ずy | 001111111110010010110011101010101011101001111001 | 3fe4b3aaba79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)