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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粲睥ス | 1110001011101010111000011100110010111101 | e2eae1ccbd |
EUC-JP | 粲睥ス | 111001001110110011100010110011101000111010111101 | e4ece2ce8ebd |
UTF-8 | 粲睥ス | 111001111011001010110010111001111001110110100101111011111011110110111101 | e7b2b2e79da5efbdbd |
UHC | 粲?? | 11110011110001000011111100111111 | f3c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)