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 | ??魄??白^ | 001111110011111111101001101011100011111100111111100101001001001001011110 | 3f3fe9ae3f3f94925e |
EUC-JP | ??魄??白^ | 001111110011111111110010101100000011111100111111110001111111001001011110 | 3f3ff2b03f3fc7f25e |
UTF-8 | 렺씻魄렺씻白^ | 11101011101000001011101011101100100101001011101111101001101011011000010011101011101000001011101011101100100101001011101111100111100110011011110101011110 | eba0baec94bbe9ad84eba0baec94bbe799bd5e |
UHC | 렺씻魄렺씻白^ | 10001110110000101011111011000100110110111101111010001110110000101011111011000100110110111101110001011110 | 8ec2bec4dbde8ec2bec4dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)