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 | ?????L | 001111110011111100111111001111110011111101001100 | 3f3f3f3f3f4c |
SJIS-WIN | 諤仙拍遨ゥL | 11100110100000001001000011100101100101001000111111100111101010011010100101001100 | e68090e5948fe7a9a94c |
EUC-JP | 諤仙拍遨ゥL | 1110101111100000110000001110011111000111111011111110111010101011100011101010100101001100 | ebe0c0e7c7efeeab8ea94c |
UTF-8 | 諤仙拍遨ゥL | 11101000101010111010010011100100101110111001100111100110100010111000110111101001100000011010100011101111101111011010100101001100 | e8aba4e4bb99e68b8de981a8efbda94c |
UHC | ?仙拍??L | 0011111111100000101110011101101011010000001111110011111101001100 | 3fe0b9dad03f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)