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 | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
SJIS-WIN | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
EUC-JP | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
UTF-8 | 창짙찼`창짙찼`^ | 111011001011000010111101111011001010011110011001111011001011000010111100011000001110110010110000101111011110110010100111100110011110110010110000101111000110000001011110 | ecb0bdeca799ecb0bc60ecb0bdeca799ecb0bc605e |
UHC | 창짙찼`창짙찼`^ | 110000111010001011000010101000111100001110100001011000001100001110100010110000101010001111000011101000010110000001011110 | c3a2c2a3c3a160c3a2c2a3c3a1605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)