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 | 袱å\ | 11101000101000101011000111100101100010011000111101011100 | e8a2b1e5898f5c |
SJIS-WIN | ?¢±???\ | 001111111000000110010001100000010111110100111111001111110011111101011100 | 3f8191817d3f3f3f5c |
EUC-JP | 袱å??\ | 10001111101010111011001010100001111100011010000111011110100011111010101110101001001111110011111101011100 | 8fabb2a1f1a1de8faba93f3f5c |
UTF-8 | 袱å\ | 11000011101010001100001010100010110000101011000111000011101001011100001010001001110000101000111101011100 | c3a8c2a2c2b1c3a5c289c28f5c |
UHC | ??±???\ | 0011111100111111101000011011111000111111001111110011111101011100 | 3f3fa1be3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)