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 | ?\???F{d | 0011111101011100001111110011111100111111010001100111101101100100 | 3f5c3f3f3f467b64 |
SJIS-WIN | ?\???F{d | 0011111101011100001111110011111100111111010001100111101101100100 | 3f5c3f3f3f467b64 |
EUC-JP | ?\???F{d | 0011111101011100001111110011111100111111010001100111101101100100 | 3f5c3f3f3f467b64 |
UTF-8 | 챔\혖혧혧F{d | 11101100101100011001010001011100111011011001100010010110111011011001100010100111111011011001100010100111010001100111101101100100 | ecb1945ced9896ed98a7ed98a7467b64 |
UHC | 챔\혖혧혧F{d | 110000111010100001011100110000101000000111000010100011111100001010001111010001100111101101100100 | c3a85cc281c28fc28f467b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)