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闢エ | 11101000100100111011010001101000111010001001001110110100 | e893b468e893b4 |
EUC-JP | 闢エh闢エ | 111011111111001110001110101101000110100011101111111100111000111010110100 | eff38eb468eff38eb4 |
UTF-8 | 闢エh闢エ | 11101001100101111010001011101111101111011011010001101000111010011001011110100010111011111011110110110100 | e997a2efbdb468e997a2efbdb4 |
UHC | 闢?h闢? | 11011100101000110011111101101000110111001010001100111111 | dca33f68dca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)