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 | 痔嵂執 | 1111000011100011100011101010010011111010101100101000111010110111 | f0e38ea4fab28eb7 |
EUC-JP | ?痔嵂執 | 0011111110111100101001101000111110111011110100001011110010111001 | 3fbca68fbbd0bcb9 |
UTF-8 | 痔嵂執 | 111011101000001010100010111001111001011110010100111001011011010110000010111001011001111110110111 | ee82a2e79794e5b582e59fb7 |
UHC | ?痔?執 | 001111111111011011000000001111111111001011111011 | 3ff6c03ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)