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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淨?垣??富 | 100111111100010000111111100010100101111100111111001111111001010101111000 | 9fc43f8a5f3f3f9578 |
EUC-JP | 淨?垣?焌富 | 1101111011000110001111111011001111000000001111111000111111001001111010001100100111011001 | dec63fb3c03f8fc9e8c9d9 |
UTF-8 | 淨렠垣렖焌富 | 111001101011011110101000111010111010000010100000111001011001111010100011111010111010000010010110111001111000010010001100111001011010111110001100 | e6b7a8eba0a0e59ea3eba096e7848ce5af8c |
UHC | 淨렠垣렖焌富 | 111011111110010010001110101100011110101010101111100011101010101111110001111000001101110110100011 | efe48eb1eaaf8eabf1e0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)