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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩ル???? | 1110001001110010100000111000101100111111001111110011111100111111 | e272838b3f3f3f3f |
EUC-JP | 穩ル?薏?? | 11100011110100111010010111101011001111111000111111011001110111100011111100111111 | e3d3a5eb3f8fd9de3f3f |
UTF-8 | 穩ル퀫薏녷췃 | 111001111010100110101001111000111000001110101011111011011000000010101011111010001001011010001111111010111000010110110111111011001011011110000011 | e7a9a9e383abed80abe8968feb85b7ecb783 |
UHC | 穩ル퀫薏녷췃 | 111010001011000110101011111010111011001110011111111010111111101110000110111001101010110110011111 | e8b1abebb39febfb86e6ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)