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 | ?蓑? | 00111111100101101010101000111111 | 3f96aa3f |
EUC-JP | 邕蓑? | 100011111110000111101101110011001010110000111111 | 8fe1edccac3f |
UTF-8 | 邕蓑땝 | 111010011000001010010101111010001001001110010001111010111001010110011101 | e98295e89391eb959d |
UHC | 邕蓑땝 | 111010001011101111011110111011101011011010101100 | e8bbdeeeb6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)