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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?族肇族?^ | 001111111001000110110000100101001010001110010001101100000011111101011110 | 3f91b094a391b03f5e |
EUC-JP | ?族肇族?^ | 001111111100001010110010110010001010010111000010101100100011111101011110 | 3fc2b2c8a5c2b23f5e |
UTF-8 | 솟族肇族솝^ | 11101100100001101001111111100110100101111000111111101000100000101000011111100110100101111000111111101100100001101001110101011110 | ec869fe6978fe88287e6978fec869d5e |
UHC | 솟族肇族솝^ | 1011110011011010111100001110100111110000110111001111000011101001101111001101100101011110 | bcdaf0e9f0dcf0e9bcd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)