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 | 轢ィ鮨「縺 | 1110011110000000101010001110100110111101101000101110001110000001 | e780a8e9bda2e381 |
EUC-JP | 轢ィ鮨「縺 | 11101101111000001000111010101000111100101011111110001110101000101110010111100001 | ede08ea8f2bf8ea2e5e1 |
UTF-8 | 轢ィ鮨「縺 | 111010001011110110100010111011111011110110101000111010011010111010101000111011111011110110100010111001111011100010111010 | e8bda2efbda8e9aea8efbda2e7b8ba |
UHC | 轢???? | 110101011111100100111111001111110011111100111111 | d5f93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)