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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 捨自丈 | 11110010111000101000111011001100111100001101101010001110101010011000111111100100 | f2e28eccf0da8ea98fe4 |
EUC-JP | ?捨?自丈 | 0011111110111100110011100011111110111100101010111011111011100110 | 3fbcce3fbcabbee6 |
UTF-8 | 捨自丈 | 111011101000100010011001111001101000110110101000111011101000001010011001111010001000011110101010111001001011100010001000 | ee8899e68da8ee8299e887aae4b888 |
UHC | ?捨?自丈 | 0011111111011110110101110011111111101101101110111110110111011011 | 3fded73fedbbeddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)