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 | ????J? | 001111110011111100111111001111110100101000111111 | 3f3f3f3f4a3f |
SJIS-WIN | 驕擾スュJ髮 | 111010011000000110001111111011111011110110101101010010101110100110011011 | e9818fefbdad4ae99b |
EUC-JP | 驕擾スュJ髮 | 1111000111100001101111101111000110001110101111011000111010101101010010101111000111111011 | f1e1bef18ebd8ead4af1fb |
UTF-8 | 驕擾スュJ髮 | 11101001101010011001010111100110100100111011111011101111101111011011110111101111101111011010110101001010111010011010101110101110 | e9a995e693beefbdbdefbdad4ae9abae |
UHC | 驕擾??J髮 | 110011101111011011101000111101100011111100111111010010101101101110100101 | cef6e8f63f3f4adba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)