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 | 雅⑥?幼 | 10001001111010111000011101000101001111111001011101100011 | 89eb87453f9763 |
EUC-JP | 雅??幼 | 101100101110110100111111001111111100110111000100 | b2ed3f3fcdc4 |
UTF-8 | 雅⑥뼇幼 | 111010011001101110000101111000101001000110100101111010111011110010000111111001011011100110111100 | e99b85e291a5ebbc87e5b9bc |
UHC | 雅⑥뼇幼 | 1110010010111010101010001110110010010110100100011110101011101010 | e4baa8ec9691eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)