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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 陲「h陲「 | 11101000101000101010001001101000111010001010001010100010 | e8a2a268e8a2a2 |
EUC-JP | 陲「h陲「 | 111100001010010010001110101000100110100011110000101001001000111010100010 | f0a48ea268f0a48ea2 |
UTF-8 | 陲「h陲「 | 11101001100110011011001011101111101111011010001001101000111010011001100110110010111011111011110110100010 | e999b2efbda268e999b2efbda2 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)