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 | 驕剰ヲ・ | 11101001100000011000111111101000101001101000000101000101 | e9818fe8a68145 |
EUC-JP | 驕剰ヲ・ | 1111000111100001101111101110101010001110101001101010000110100110 | f1e1beea8ea6a1a6 |
UTF-8 | 驕剰ヲ・ | 111010011010100110010101111001011000100110110000111011111011110110100110111000111000001110111011 | e9a995e589b0efbda6e383bb |
UHC | 驕??? | 1100111011110110001111110011111100111111 | cef63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)