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 | ?|?{?|?{^ | 001111110111110000111111011110110011111101111100001111110111101101011110 | 3f7c3f7b3f7c3f7b5e |
SJIS-WIN | ?|?{?|?{^ | 001111110111110000111111011110110011111101111100001111110111101101011110 | 3f7c3f7b3f7c3f7b5e |
EUC-JP | ?|?{?|?{^ | 001111110111110000111111011110110011111101111100001111110111101101011110 | 3f7c3f7b3f7c3f7b5e |
UTF-8 | 찼|혺{찼|혺{^ | 1110110010110000101111000111110011101101100110001011101001111011111011001011000010111100011111001110110110011000101110100111101101011110 | ecb0bc7ced98ba7becb0bc7ced98ba7b5e |
UHC | 찼|혺{찼|혺{^ | 11000011101000010111110011000010100111110111101111000011101000010111110011000010100111110111101101011110 | c3a17cc29f7bc3a17cc29f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)