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 | 譛作剴 | 111001101001110010001101111011001001100110010011 | e69c8dec9993 |
EUC-JP | 譛作剴 | 111010111111110010111010111011101101000111110011 | ebfcbaeed1f3 |
UTF-8 | 譛作剴 | 111010001010110110011011111001001011110110011100111001011000100110110100 | e8ad9be4bd9ce589b4 |
UHC | ?作? | 00111111111011011100001000111111 | 3fedc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)