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 | ?ワ? | 00111111100000111000111100111111 | 3f838f3f |
EUC-JP | 邕ワ? | 100011111110000111101101101001011110111100111111 | 8fe1eda5ef3f |
UTF-8 | 邕ワ퐱 | 111010011000001010010101111000111000001110101111111011011001000010110001 | e98295e383afed90b1 |
UHC | 邕ワ퐱 | 111010001011101110101011111011111011110110011010 | e8bbabefbd9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)