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 | 鴦??意? | 11101001111100010011111100111111100010001101001100111111 | e9f13f3f88d33f |
EUC-JP | 鴦??意? | 11110010111100110011111100111111101100001101010100111111 | f2f33f3fb0d53f |
UTF-8 | 鴦볛뮫意놟 | 111010011011010010100110111010111011001110011011111010111010111010101011111001101000010010001111111010111000011010011111 | e9b4a6ebb39bebaeabe6848feb869f |
UHC | 鴦볛뮫意놟 | 11100100111011001001001111100010100100101011010111101011111100101000011101000010 | e4ec93e292b5ebf28742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)