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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錮滓じ鈑 | 1110011111111100100111111110011010000010101101101110011111100101 | e7fc9fe682b6e7e5 |
EUC-JP | 錮滓じ鈑 | 1110111011111110110111101110100010100100101110001110111011100111 | eefedee8a4b8eee7 |
UTF-8 | 錮滓じ鈑 | 111010011000110010101110111001101011101110010011111000111000000110011000111010011000100010010001 | e98caee6bb93e38198e98891 |
UHC | 錮滓じ鈑 | 1100110111010001111011101010101110101010101110001111011111111110 | cdd1eeabaab8f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)