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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 譽??渦??^ | 111001101010001100111111001111111000100101010001001111110011111101011110 | e6a33f3f89513f3f5e |
EUC-JP | 譽??渦??^ | 111011001010010100111111001111111011000110110010001111110011111101011110 | eca53f3fb1b23f3f5e |
UTF-8 | 譽긷컟渦욘튆^ | 11101000101011011011110111101010101110001011011111101100101110111001111111100110101110001010011011101100100110101001100011101101100010101000011001011110 | e8adbdeab8b7ecbb9fe6b8a6ec9a98ed8a865e |
UHC | 譽긷컟渦욘튆^ | 11100111111000101011000111100101101100001000101011101000101111101011111111100110101110011001101101011110 | e7e2b1e5b08ae8bebfe6b99b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)