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 | 1110011010000000100100001110010110010100100011111110100110001000100101000101001001100100 | e68090e5948fe988945264 |
EUC-JP | 諤仙拍驤燃d | 1110101111100000110000001110011111000111111011111111000111101000110001111011001101100100 | ebe0c0e7c7eff1e8c7b364 |
UTF-8 | 諤仙拍驤燃d | 11101000101010111010010011100100101110111001100111100110100010111000110111101001101010011010010011100111100001111000001101100100 | e8aba4e4bb99e68b8de9a9a4e7878364 |
UHC | ?仙拍?燃d | 001111111110000010111001110110101101000000111111111001101101011101100100 | 3fe0b9dad03fe6d764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)