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 | 鞫ッ德倡稔 | 111001101001000110101111111110101011101010011000111001111001011010101011 | e691affaba98e796ab |
EUC-JP | 鞫ッ?倡稔 | 111010111111000110001110101011110011111111010000111010011100110010101101 | ebf18eaf3fd0e9ccad |
UTF-8 | 鞫ッ德倡稔 | 111010011001111010101011111011111011110110101111111001011011111010110111111001011000000010100001111001111010100010010100 | e99eabefbdafe5beb7e580a1e7a894 |
UHC | 鞫?德倡稔 | 110011111101010000111111110100111110110011110011110110111110110011111001 | cfd43fd3ecf3dbecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)