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 | 閹」逎ッ蛯錬 | 11101000100001101010001111100111101000111010111111100101100000101001100001000010 | e886a3e7a3afe5829842 |
EUC-JP | 閹」逎ッ蛯錬 | 111011111110011010001110101000111110111010100101100011101010111111101001111000101100111110100011 | efe68ea3eea58eafe9e2cfa3 |
UTF-8 | 閹」逎ッ蛯錬 | 111010011001011010111001111011111011110110100011111010011000000010001110111011111011110110101111111010001001101110101111111010011000110010101100 | e996b9efbda3e9808eefbdafe89bafe98cac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)