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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豈ャ髻磯カコ | 111001101010111110101100111010011001111110001000111010011011011010111010 | e6aface99f88e9b6ba |
EUC-JP | 豈ャ髻磯カコ | 111011001011000110001110101011001111001010100001101100001110101110001110101101101000111010111010 | ecb18eacf2a1b0eb8eb68eba |
UTF-8 | 豈ャ髻磯カコ | 111010001011000110001000111011111011110110101100111010011010101110111011111001111010001110101111111011111011110110110110111011111011110110111010 | e8b188efbdace9abbbe7a3afefbdb6efbdba |
UHC | 豈??磯?? | 1101000111000010001111110011111111010001101101000011111100111111 | d1c23f3fd1b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)