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 | ?謁昻 | 0011111110001001011110011111101011010000 | 3f8979fad0 |
EUC-JP | ?謁? | 00111111101100011101101000111111 | 3fb1da3f |
UTF-8 | 卨謁昻 | 111001011000110110101000111010001010110010000001111001101001100010111011 | e58da8e8ac81e698bb |
UHC | 卨謁昻 | 111000001101100111100100110101111110010011101001 | e0d9e4d7e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)