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 | 淨麓? | 1001111111000100100110000101101100111111 | 9fc4985b3f |
EUC-JP | 淨麓? | 1101111011000110110011111011110000111111 | dec6cfbc3f |
UTF-8 | 淨麓호 | 111001101011011110101000111010011011101010010011111011011001100010111000 | e6b7a8e9ba93ed98b8 |
UHC | 淨麓호 | 111011111110010011010110111001001100100010100011 | efe4d6e4c8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)