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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褝作剴 | 111001011111101010001101111011001001100110010011 | e5fa8dec9993 |
EUC-JP | 褝作剴 | 111010101111110010111010111011101101000111110011 | eafcbaeed1f3 |
UTF-8 | 褝作剴 | 111010001010010010011101111001001011110110011100111001011000100110110100 | e8a49de4bd9ce589b4 |
UHC | ?作? | 00111111111011011100001000111111 | 3fedc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)