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 | 鞫ッ德川嚔 | 111001101001000110101111111110101011101010010000111011001001101010001001 | e691affaba90ec9a89 |
EUC-JP | 鞫ッ?川嚔 | 111010111111000110001110101011110011111111000000111011101101001111101001 | ebf18eaf3fc0eed3e9 |
UTF-8 | 鞫ッ德川嚔 | 111010011001111010101011111011111011110110101111111001011011111010110111111001011011011110011101111001011001101010010100 | e99eabefbdafe5beb7e5b79de59a94 |
UHC | 鞫?德川? | 1100111111010100001111111101001111101100111101001011100100111111 | cfd43fd3ecf4b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)