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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闔ィ蛹サ繧ェ | 111010001000111010101000111001011000110010111011111000111000001010101010 | e88ea8e58cbbe382aa |
EUC-JP | 闔ィ蛹サ繧ェ | 111011111110111010001110101010001110100111101100100011101011101111100101111000101000111010101010 | efee8ea8e9ec8ebbe5e28eaa |
UTF-8 | 闔ィ蛹サ繧ェ | 111010011001011110010100111011111011110110101000111010001001101110111001111011111011110110111011111001111011100110100111111011111011110110101010 | e99794efbda8e89bb9efbdbbe7b9a7efbdaa |
UHC | 闔????? | 11111001111011110011111100111111001111110011111100111111 | f9ef3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)