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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 榕甚罔 | 100111101101010110010000011100101110001110100110 | 9ed59072e3a6 |
EUC-JP | 榕甚罔 | 110111001101011110111111110100111110011010101000 | dcd7bfd3e6a8 |
UTF-8 | 榕甚罔 | 111001101010011010010101111001111001010010011010111001111011110110010100 | e6a695e7949ae7bd94 |
UHC | 榕甚罔 | 111010011011111011100100101001001101100011010010 | e9bee4a4d8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)