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 | 瀞펩렖렕 | 111001111000000010011110111011011000111010101001111010111010000010010110111010111010000010010101 | e7809eed8ea9eba096eba095 |
UHC | 瀞펩렖렕 | 1110111111100111110001101110100110001110101010111000111010101010 | efe7c6e98eab8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)