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?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 逵D逵D^ | 11100111100111000100010011100111100111000100010001011110 | e79c44e79c445e |
EUC-JP | 逵D逵D^ | 11101101111111000100010011101101111111000100010001011110 | edfc44edfc445e |
UTF-8 | 逵D逵D^ | 111010011000000010110101010001001110100110000000101101010100010001011110 | e980b544e980b5445e |
UHC | 逵D逵D^ | 11010000101100000100010011010000101100000100010001011110 | d0b044d0b0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)