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 | 梢鰀 | 10001111101111011111110001000110 | 8fbdfc46 |
EUC-JP | 梢鰀 | 1011111010111111100011111110101110100101 | bebf8feba5 |
UTF-8 | 梢鰀 | 111001101010001010100010111010011011000010000000 | e6a2a2e9b080 |
UHC | 梢? | 111101001111111000111111 | f4fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)