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 | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
EUC-JP | ?????d | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
UTF-8 | 렱롅서렯렓d | 11101011101000001011000111101011101000011000010111101100100001001001110011101011101000001010111111101011101000001001001101100100 | eba0b1eba185ec849ceba0afeba09364 |
UHC | 렱롅서렯렓d | 1000111010111110100011101100101110111100101011011000111010111100100011101010100001100100 | 8ebe8ecbbcad8ebc8ea864 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)