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 | 榕甚熬 | 100111101101010110010000011100101110000010010010 | 9ed59072e092 |
EUC-JP | 榕甚熬 | 110111001101011110111111110100111101111111110010 | dcd7bfd3dff2 |
UTF-8 | 榕甚熬 | 111001101010011010010101111001111001010010011010111001111000011010101100 | e6a695e7949ae786ac |
UHC | 榕甚熬 | 111010011011111011100100101001001110100010100010 | e9bee4a4e8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)