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 | 邁誹痘瀨唯 | 11100111101100001001010011101110100100111001011111111011010100001001011101000010 | e7b094ee9397fb509742 |
EUC-JP | 邁誹痘?唯 | 111011101011001011001000111100001100010111110111001111111100110110100011 | eeb2c8f0c5f73fcda3 |
UTF-8 | 邁誹痘瀨唯 | 111010011000001010000001111010001010101010111001111001111001011110011000111001111000000010101000111001011001010010101111 | e98281e8aab9e79798e780a8e594af |
UHC | 邁誹痘瀨唯 | 11011000111001001101111010100110110101001110001111010110111011101110101011100110 | d8e4dea6d4e3d6eeeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)