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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ‘〕‘〕^ | 100000010110010110000001011011001000000101100101100000010110110001011110 | 8165816c8165816c5e |
EUC-JP | ‘〕‘〕^ | 101000011100011010100001110011011010000111000110101000011100110101011110 | a1c6a1cda1c6a1cd5e |
UTF-8 | ‘〕‘〕^ | 11100010100000001001100011100011100000001001010111100010100000001001100011100011100000001001010101011110 | e28098e38095e28098e380955e |
UHC | ‘〕‘〕^ | 101000011010111010100001101100111010000110101110101000011011001101011110 | a1aea1b3a1aea1b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)