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 | 赳珠囿粤 | 1110011011100000100011101110110010011010100111001110001011100011 | e6e08eec9a9ce2e3 |
EUC-JP | 赳珠囿粤 | 1110110011100010101111001110111011010011111111001110010011100101 | ece2bceed3fce4e5 |
UTF-8 | 赳珠囿粤 | 111010001011010110110011111001111000111110100000111001011001101110111111111001111011001010100100 | e8b5b3e78fa0e59bbfe7b2a4 |
UHC | 赳珠?? | 110100001010111111110001110000010011111100111111 | d0aff1c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)