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 | 鈕」逎ッ萵錬 | 11100111111001001010001111100111101000111010111111100100111000001001100001000010 | e7e4a3e7a3afe4e09842 |
EUC-JP | 鈕」逎ッ萵錬 | 111011101110011010001110101000111110111010100101100011101010111111101000111000101100111110100011 | eee68ea3eea58eafe8e2cfa3 |
UTF-8 | 鈕」逎ッ萵錬 | 111010011000100010010101111011111011110110100011111010011000000010001110111011111011110110101111111010001001000010110101111010011000110010101100 | e98895efbda3e9808eefbdafe890b5e98cac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)