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 | 鬯伜唱邯憺ャ | 1110100110101100100110001110010110001111101001011110011110110110100111001110100110101100 | e9ac98e58fa5e7b69ce9ac |
EUC-JP | 鬯伜唱邯憺ャ | 111100101010111011010000111001111011111010100111111011101011100011011000111010111000111010101100 | f2aed0e7bea7eeb8d8eb8eac |
UTF-8 | 鬯伜唱邯憺ャ | 111010011010110010101111111001001011110010011100111001011001010010110001111010011000001010101111111001101000011010111010111011111011110110101100 | e9acafe4bc9ce594b1e982afe686baefbdac |
UHC | ??唱邯憺? | 001111110011111111110011110111011100101011111011110100111011110000111111 | 3f3ff3ddcafbd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)