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 | ?紆?紆^ | 00111111111000101111110000111111111000101111110001011110 | 3fe2fc3fe2fc5e |
EUC-JP | ?紆?紆^ | 00111111111001001111111000111111111001001111111001011110 | 3fe4fe3fe4fe5e |
UTF-8 | 뾑紆뾑紆^ | 11101011101111101001000111100111101101001000011011101011101111101001000111100111101101001000011001011110 | ebbe91e7b486ebbe91e7b4865e |
UHC | 뾑紆뾑紆^ | 100101110100111111101001111000011001011101001111111010011110000101011110 | 974fe9e1974fe9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)