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 | ?貭闕豎 | 00111111111001101100001011101000100011011110011010110001 | 3fe6c2e88de6b1 |
EUC-JP | 錤貭闕豎 | 100011111110010011011111111011001100010011101111111011011110110010110011 | 8fe4dfecc4efedecb3 |
UTF-8 | 錤貭闕豎 | 111010011000110010100100111010001011001010101101111010011001011110010101111010001011000110001110 | e98ca4e8b2ade99795e8b18e |
UHC | 錤?闕? | 110100011100010100111111110011111111010000111111 | d1c53fcff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)