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 | ÓÐì | 11010011101011011101000011101100 | d3add0ec |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ó??ì | 1000111110101010110100010011111100111111100011111010101111000000 | 8faad13f3f8fabc0 |
UTF-8 | ÓÐì | 1100001110010011110000101010110111000011100100001100001110101100 | c393c2adc390c3ac |
UHC | ?Ð? | 001111111010000110101001101010001010001000111111 | 3fa1a9a8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)