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 | ?????d | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
SJIS-WIN | 鳶??言?d | 1001001111001110001111110011111110001100101111100011111101100100 | 93ce3f3f8cbe3f64 |
EUC-JP | 鳶??言?d | 1100011011010000001111110011111110111000110000000011111101100100 | c6d03f3fb8c03f64 |
UTF-8 | 鳶멩뿦言덵d | 11101001101100111011011011101011101010011010100111101011101111111010011011101000101010001000000011101011100011011011010101100100 | e9b3b6eba9a9ebbfa6e8a880eb8db564 |
UHC | 鳶멩뿦言덵d | 1110011011101001101110001110011010010111101001101110010111101011100010010100100101100100 | e6e9b8e697a6e5eb894964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)