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 | 偕??項 | 100110001111000100111111001111111000110110000000 | 98f13f3f8d80 |
EUC-JP | 偕??項 | 110100001111001100111111001111111011100111100000 | d0f33f3fb9e0 |
UTF-8 | 偕쎿솛項 | 111001011000000110010101111011001000111010111111111011001000011010011011111010011010000010000101 | e58195ec8ebfec869be9a085 |
UHC | 偕쎿솛項 | 1111101010100101100110111110011010011001100110011111101010100011 | faa59be69999faa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)