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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隕√d寀 | 1110100010100110100000011110001110000010100001001111101010100111 | e8a681e38284faa7 |
EUC-JP | 隕√d寀 | 111100001010100010100010111001011010001111100100100011111011101011011011 | f0a8a2e5a3e48fbadb |
UTF-8 | 隕√d寀 | 111010011001101010010101111000101000100010011010111011111011110110000100111001011010111110000000 | e99a95e2889aefbd84e5af80 |
UHC | 隕√d寀 | 1110101010100010101000011110111010100011111001001111001111110010 | eaa2a1eea3e4f3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)