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 | 轜句ず蒿 | 1110011101111110100010111110010110000010101110001110010011100100 | e77e8be582b8e4e4 |
EUC-JP | 轜句ず蒿 | 1110110111011111101101101110011110100100101110101110100011100110 | eddfb6e7a4bae8e6 |
UTF-8 | 轜句ず蒿 | 111010001011110110011100111001011000111110100101111000111000000110011010111010001001001010111111 | e8bd9ce58fa5e3819ae892bf |
UHC | ?句ず蒿 | 00111111110011111010001110101010101110101111101111011010 | 3fcfa3aabafbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)