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 | 1000100110110011001111110011111111111011100100110011111101100100 | 89b33f3ffb933f64 |
EUC-JP | 乙??茁?d | 101100101011010100111111001111111000111111010111110111100011111101100100 | b2b53f3f8fd7de3f64 |
UTF-8 | 乙재헬茁풍d | 11100100101110011001100111101100100111101010110011101101100101111010110011101000100011001000000111101101100100101000110101100100 | e4b999ec9eaced97ace88c81ed928d64 |
UHC | 乙재헬茁풍d | 1110101111100000110000001110011111000111111011111111000111101000110001111011001101100100 | ebe0c0e7c7eff1e8c7b364 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)