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 | ?????F{ | 00111111001111110011111100111111001111110100011001111011 | 3f3f3f3f3f467b |
SJIS-WIN | ?????F{ | 00111111001111110011111100111111001111110100011001111011 | 3f3f3f3f3f467b |
EUC-JP | ?????F{ | 00111111001111110011111100111111001111110100011001111011 | 3f3f3f3f3f467b |
UTF-8 | 창쨀혣챠혧F{ | 1110110010110000101111011110110010101000100000001110110110011000101000111110110010110001101000001110110110011000101001110100011001111011 | ecb0bdeca880ed98a3ecb1a0ed98a7467b |
UHC | 창쨀혣챠혧F{ | 110000111010001011000010101100111100001010001100110000111010110111000010100011110100011001111011 | c3a2c2b3c28cc3adc28f467b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)