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 | 。ニホッ | 111100001011011010100001110001101100111010101111 | f0b6a1c6ceaf |
EUC-JP | ?。ニホッ | 001111111000111010100001100011101100011010001110110011101000111010101111 | 3f8ea18ec68ece8eaf |
UTF-8 | 。ニホッ | 111011101000000110110101111011111011110110100001111011111011111010000110111011111011111010001110111011111011110110101111 | ee81b5efbda1efbe86efbe8eefbdaf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)