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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?喜? | 00111111100010101110110000111111 | 3f8aec3f |
EUC-JP | ?喜? | 00111111101101001110111000111111 | 3fb4ee3f |
UTF-8 | 뤌喜곪 | 111010111010010010001100111001011001011010011100111010101011001110101010 | eba48ce5969ceab3aa |
UHC | 뤌喜곪 | 100011111011110011111101111011001011000011110010 | 8fbcfdecb0f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)