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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瀟荀瀟荀^ | 111000000110111011100100101001001110000001101110111001001010010001011110 | e06ee4a4e06ee4a45e |
EUC-JP | 瀟荀瀟荀^ | 110111111100111111101000101001101101111111001111111010001010011001011110 | dfcfe8a6dfcfe8a65e |
UTF-8 | 瀟荀瀟荀^ | 11100111100000001001111111101000100011011000000011100111100000001001111111101000100011011000000001011110 | e7809fe88d80e7809fe88d805e |
UHC | 瀟荀瀟荀^ | 111000011011111011100010111100001110000110111110111000101111000001011110 | e1bee2f0e1bee2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)