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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隴夐ヲエ繩ァ | 111010001010110110011010111010011010011010110100111000111000101010100111 | e8ad9ae9a6b4e38aa7 |
EUC-JP | 隴夐ヲエ繩ァ | 111100001010111111010100111010111000111010100110100011101011010011100101111010101000111010100111 | f0afd4eb8ea68eb4e5ea8ea7 |
UTF-8 | 隴夐ヲエ繩ァ | 111010011001101010110100111001011010010010010000111011111011110110100110111011111011110110110100111001111011100110101001111011111011110110100111 | e99ab4e5a490efbda6efbdb4e7b9a9efbda7 |
UHC | ????繩? | 00111111001111110011111100111111111000111011000100111111 | 3f3f3f3fe3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)