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 | 茯リ辱茯 | 1110010010101000100000111000101010010000010010101110010010101000 | e4a8838a904ae4a8 |
EUC-JP | 茯リ辱茯 | 1110100010101010101001011110101010111111101010111110100010101010 | e8aaa5eabfabe8aa |
UTF-8 | 茯リ辱茯 | 111010001000110010101111111000111000001110101010111010001011111010110001111010001000110010101111 | e88cafe383aae8beb1e88caf |
UHC | 茯リ辱茯 | 1101110011011010101010111110101011101001101101001101110011011010 | dcdaabeae9b4dcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)