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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞜剰ヲ・ | 11101000110111111000111111101000101001101000000101000101 | e8df8fe8a68145 |
EUC-JP | 鞜剰ヲ・ | 1111000011100001101111101110101010001110101001101010000110100110 | f0e1beea8ea6a1a6 |
UTF-8 | 鞜剰ヲ・ | 111010011001111010011100111001011000100110110000111011111011110110100110111000111000001110111011 | e99e9ce589b0efbda6e383bb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)