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 | ûZÛ¾H | 1111101101011010110110111011111001001000 | fb5adbbe48 |
SJIS-WIN | ?Z??H | 0011111101011010001111110011111101001000 | 3f5a3f3f48 |
EUC-JP | ûZÛ?H | 100011111010101111100101010110101000111110101010111001010011111101001000 | 8fabe55a8faae53f48 |
UTF-8 | ûZÛ¾H | 1100001110111011010110101100001110011011110000101011111001001000 | c3bb5ac39bc2be48 |
UHC | ?Z?¾H | 001111110101101000111111101010001111101001001000 | 3f5a3fa8fa48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)