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 | ?????U`E | 0011111100111111001111110011111100111111010101010110000001000101 | 3f3f3f3f3f556045 |
SJIS-WIN | ?????U`E | 0011111100111111001111110011111100111111010101010110000001000101 | 3f3f3f3f3f556045 |
EUC-JP | ?????U`E | 0011111100111111001111110011111100111111010101010110000001000101 | 3f3f3f3f3f556045 |
UTF-8 | 창쨀혣챠혧U`E | 111011001011000010111101111011001010100010000000111011011001100010100011111011001011000110100000111011011001100010100111010101010110000001000101 | ecb0bdeca880ed98a3ecb1a0ed98a7556045 |
UHC | 창쨀혣챠혧U`E | 11000011101000101100001010110011110000101000110011000011101011011100001010001111010101010110000001000101 | c3a2c2b3c28cc3adc28f556045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)