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 | 蚓?樗慕 | 11100101011011010011111110010010100101001001010111100111 | e56d3f929495e7 |
EUC-JP | 蚓?樗慕 | 11101001110011100011111111000011111101001100101011101001 | e9ce3fc3f4cae9 |
UTF-8 | 蚓렢樗慕 | 111010001001101010010011111010111010000010100010111001101010100010010111111001101000010110010101 | e89a93eba0a2e6a897e68595 |
UHC | 蚓렢樗慕 | 1110110011100010100011101011001111101110110000001101100110110111 | ece28eb3eec0d9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)