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 | 淲ャ蜿ア鈞 | 1111101101000100101011001110010110001111101100011110011111100000 | fb44ace58fb1e7e0 |
EUC-JP | ?ャ蜿ア鈞 | 001111111000111010101100111010011110111110001110101100011110111011100010 | 3f8eace9ef8eb1eee2 |
UTF-8 | 淲ャ蜿ア鈞 | 111001101011011110110010111011111011110110101100111010001001110010111111111011111011110110110001111010011000100010011110 | e6b7b2efbdace89cbfefbdb1e9889e |
UHC | ????鈞 | 001111110011111100111111001111111101000010110111 | 3f3f3f3fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)