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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テヲテ楪畿 | 11000011101001101100001110011110110000101000101101000101 | c3a6c39ec28b45 |
EUC-JP | テヲテ楪畿 | 10001110110000111000111010100110100011101100001111011100110001001011010110100110 | 8ec38ea68ec3dcc4b5a6 |
UTF-8 | テヲテ楪畿 | 111011111011111010000011111011111011110110100110111011111011111010000011111001101010010110101010111001111001010110111111 | efbe83efbda6efbe83e6a5aae795bf |
UHC | ????畿 | 001111110011111100111111001111111101000110110010 | 3f3f3f3fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)