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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 獒??沅? | 100011111100101110111011001111110011111110001111110001101110100100111111 | 8fcbbb3f3f8fc6e93f |
UTF-8 | 獒붴넁沅둆 | 111001111000110110010010111010111011011010110100111010111000010010000001111001101011001010000101111010111001000110000110 | e78d92ebb6b4eb8481e6b285eb9186 |
UHC | 獒붴넁沅둆 | 11101000101000111001010011100010100001101001000111101010101101101000101001000010 | e8a394e28691eab68a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)