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 | ?壙????^ | 0011111110011010110110110011111100111111001111110011111101011110 | 3f9adb3f3f3f3f5e |
EUC-JP | ?壙????^ | 0011111111010100110111010011111100111111001111110011111101011110 | 3fd4dd3f3f3f3f5e |
UTF-8 | 렺壙렣렺爐렡^ | 11101011101000001011101011100101101000111001100111101011101000001010001111101011101000001011101011101111101001001011001011101011101000001010000101011110 | eba0bae5a399eba0a3eba0baefa4b2eba0a15e |
UHC | 렺壙렣렺爐렡^ | 10001110110000101100111011000101100011101011010010001110110000101101001011000100100011101011001001011110 | 8ec2cec58eb48ec2d2c48eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)