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 | 瀞??? | 1001001111010010001111110011111100111111 | 93d23f3f3f |
EUC-JP | 瀞??? | 1100011011010100001111110011111100111111 | c6d43f3f3f |
UTF-8 | 瀞펜렮豈 | 111001111000000010011110111011011000111010011100111010111010000010101110111011111010010010000000 | e7809eed8e9ceba0aeefa480 |
UHC | 瀞펜렮豈 | 1110111111100111110001101110011010001110101110111100101111010000 | efe7c6e68ebbcbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)