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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渦f??? | 10001001010100011000001010000110001111110011111100111111 | 895182863f3f3f |
EUC-JP | 渦f??? | 10110001101100101010001111100110001111110011111100111111 | b1b2a3e63f3f3f |
UTF-8 | 渦f뇘勵뷛 | 111001101011100010100110111011111011110110000110111010111000011110011000111011111010010110111111111010111011011110011011 | e6b8a6efbd86eb8798efa5bfebb79b |
UHC | 渦f뇘勵뷛 | 11101000101111101010001111100110100001111000001111100101111110101001010101000111 | e8bea3e68783e5fa9547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)