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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 輒笘B | 1110011101101011111000101001100001000010 | e76be29842 |
EUC-JP | 輒笘B | 1110110111001100111000111111100001000010 | edcce3f842 |
UTF-8 | 輒笘B | 11101000101111001001001011100111101011001001100001000010 | e8bc92e7ac9842 |
UHC | 輒?B | 11110100111001010011111101000010 | f4e53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)