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 | 鉋ャ鬧戊シ | 1110011111101110101011001110100110100111100101011110100010111100 | e7eeace9a795e8bc |
EUC-JP | 鉋ャ鬧戊シ | 11101110111100001000111010101100111100101010100111001010111010101000111010111100 | eef08eacf2a9caea8ebc |
UTF-8 | 鉋ャ鬧戊シ | 111010011000100110001011111011111011110110101100111010011010110010100111111001101000100010001010111011111011110110111100 | e9898befbdace9aca7e6888aefbdbc |
UHC | ??鬧戊? | 00111111001111111101011110100010110110011110011000111111 | 3f3fd7a2d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)