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 | 謗誤興嶹ア | 111001101000111010001100111010111000101110111011111110101011010110110001 | e68e8ceb8bbbfab5b1 |
EUC-JP | 謗誤興嶹ア | 1110101111101110101110001110110110110110101111011000111110111011111101011000111010110001 | ebeeb8edb6bd8fbbf58eb1 |
UTF-8 | 謗誤興嶹ア | 111010001010110010010111111010001010101010100100111010001000100010001000111001011011011010111001111011111011110110110001 | e8ac97e8aaa4e88888e5b6b9efbdb1 |
UHC | 謗誤興?? | 1101101110111111111010001010011011111101111010010011111100111111 | dbbfe8a6fde93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)