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 | 肄h止 | 111000111110010110000010100010001000111001111110 | e3e582888e7e |
EUC-JP | 肄h止 | 111001101110011110100011111010001011101111011111 | e6e7a3e8bbdf |
UTF-8 | 肄h止 | 111010001000001010000100111011111011110110001000111001101010110110100010 | e88284efbd88e6ada2 |
UHC | 肄h止 | 111011001011110110100011111010001111001010101101 | ecbda3e8f2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)