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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 要ι?午 | 10010111011101101000001111000111001111111000110011011111 | 977683c73f8cdf |
EUC-JP | 要ι?午 | 11001101110101111010011011001001001111111011100011100001 | cdd7a6c93fb8e1 |
UTF-8 | 要ι쨹午 | 1110100010100110100000011100111010111001111011001010100010111001111001011000110110001000 | e8a681ceb9eca8b9e58d88 |
UHC | 要ι쨹午 | 1110100110101001101001011110100110100100100100111110011111101101 | e9a9a5e9a493e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)