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 | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-WIN | 轤ュ蜊定∮Q | 11100111100000101010110111100101100011011001001011101000100001111001001101010001 | e782ade58d92e8879351 |
EUC-JP | 轤ュ蜊定?Q | 11101101111000101000111010101101111010011110110111000100111010100011111101010001 | ede28eade9edc4ea3f51 |
UTF-8 | 轤ュ蜊定∮Q | 11101000101111011010010011101111101111011010110111101000100111001000101011100101101011101001101011100010100010001010111001010001 | e8bda4efbdade89c8ae5ae9ae288ae51 |
UHC | ???定∮Q | 0011111100111111001111111110111111010010101000101011000101010001 | 3f3f3fefd2a2b151 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)