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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 釿Ё | 11100111111000011000010001000110 | e7e18446 |
EUC-JP | 釿Ё | 11101110111000111010011110100111 | eee3a7a7 |
UTF-8 | 釿Ё | 1110100110000111101111111101000010000001 | e987bfd081 |
UHC | ?Ё | 001111111010110010100111 | 3faca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)