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 | ??∮?淋?^ | 001111110011111110000111100100110011111110010111110100100011111101011110 | 3f3f87933f97d23f5e |
EUC-JP | ????淋?^ | 0011111100111111001111110011111111001110110101000011111101011110 | 3f3f3f3fced43f5e |
UTF-8 | 룶쾹∮룶淋팸^ | 11101011101000111011011011101100101111101011100111100010100010001010111011101011101000111011011011100110101101111000101111101101100011001011100001011110 | eba3b6ecbeb9e288aeeba3b6e6b78bed8cb85e |
UHC | 룶쾹∮룶淋팸^ | 10001111101010111011001010001111101000101011000110001111101010111101011111111010110001101101010001011110 | 8fabb28fa2b18fabd7fac6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)