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 | ムウェャ | 111101101010111011010001101100111010101010101100 | f6aed1b3aaac |
EUC-JP | ?ムウェャ | 001111111000111011010001100011101011001110001110101010101000111010101100 | 3f8ed18eb38eaa8eac |
UTF-8 | ムウェャ | 111011101001001110010101111011111011111010010001111011111011110110110011111011111011110110101010111011111011110110101100 | ee9395efbe91efbdb3efbdaaefbdac |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)