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 | ????吟?^ | 0011111100111111001111110011111110001011111000010011111101011110 | 3f3f3f3f8be13f5e |
EUC-JP | ??勖?吟?^ | 00111111001111111000111110110011111011010011111110110110111000110011111101011110 | 3f3f8fb3ed3fb6e33f5e |
UTF-8 | 欌렪勖렢吟렞^ | 11100110101011001000110011101011101000001010101011100101100010111001011011101011101000001010001011100101100100001001111111101011101000001001111001011110 | e6ac8ceba0aae58b96eba0a2e5909feba09e5e |
UHC | 欌렪勖렢吟렞^ | 11101101111010111000111010111000111010011110110110001110101100111110101111100001100011101010111101011110 | edeb8eb8e9ed8eb3ebe18eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)