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 | 鬘檎カ南コ | 1110100110100001100011001110011110110110100100111110110010111010 | e9a18ce7b693ecba |
EUC-JP | 鬘檎カ南コ | 11110010101000111011100011101001100011101011011011000110111011101000111010111010 | f2a3b8e98eb6c6ee8eba |
UTF-8 | 鬘檎カ南コ | 111010011010110010011000111001101010101010001110111011111011110110110110111001011000110110010111111011111011110110111010 | e9ac98e6aa8eefbdb6e58d97efbdba |
UHC | ?檎?南? | 00111111110100001101010100111111110100011111010100111111 | 3fd0d53fd1f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)