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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | 兆???? | 100100101001101100111111001111110011111100111111 | 929b3f3f3f3f |
EUC-JP | 兆®??? | 1100001111111011100011111010001011101110001111110011111100111111 | c3fb8fa2ee3f3f3f |
UTF-8 | 兆®렦멸룔 | 1110010110000101100001101100001010101110111010111010000010100110111010111010100110111000111010111010001110010100 | e58586c2aeeba0a6eba9b8eba394 |
UHC | 兆®렦멸룔 | 11110000101111001010001011100111100011101011010110111000111010101011011111100011 | f0bca2e78eb5b8eab7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)