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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遨ゥ寀 | 1110011110101001101010011111101010100111 | e7a9a9faa7 |
EUC-JP | 遨ゥ寀 | 11101110101010111000111010101001100011111011101011011011 | eeab8ea98fbadb |
UTF-8 | 遨ゥ寀 | 111010011000000110101000111011111011110110101001111001011010111110000000 | e981a8efbda9e5af80 |
UHC | ??寀 | 00111111001111111111001111110010 | 3f3ff3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)