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 | ??d?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
SJIS-WIN | ??d?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
EUC-JP | ??d?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
UTF-8 | 셔섈d셔섈 | 11101100100001011001010011101100100001001000100001100100111011001000010110010100111011001000010010001000 | ec8594ec848864ec8594ec8488 |
UHC | 셔섈d셔섈 | 101111001100010110111100101010100110010010111100110001011011110010101010 | bcc5bcaa64bcc5bcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)