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 | 焄痔澵悉 | 1111101101010100100011101010010011111011010011001000111010111011 | fb548ea4fb4c8ebb |
EUC-JP | 焄痔澵悉 | 10001111110010011110001110111100101001101000111111001000111110001011110010111101 | 8fc9e3bca68fc8f8bcbd |
UTF-8 | 焄痔澵悉 | 111001111000010010000100111001111001011110010100111001101011111010110101111001101000001010001001 | e78484e79794e6beb5e68289 |
UHC | 焄痔?悉 | 11111101101101101111011011000000001111111110001111111010 | fdb6f6c03fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)