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 | ????壙?^ | 0011111100111111001111110011111110011010110110110011111101011110 | 3f3f3f3f9adb3f5e |
EUC-JP | ????壙?^ | 0011111100111111001111110011111111010100110111010011111101011110 | 3f3f3f3fd4dd3f5e |
UTF-8 | 렻봬렟렻壙렊^ | 11101011101000001011101111101011101101001010110011101011101000001001111111101011101000001011101111100101101000111001100111101011101000001000101001011110 | eba0bbebb4aceba09feba0bbe5a399eba08a5e |
UHC | 렻봬렟렻壙렊^ | 10001110110000111011101011000100100011101011000010001110110000111100111011000101100011101010000101011110 | 8ec3bac48eb08ec3cec58ea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)