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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 痔悉丈 | 11110000101010101000111010100100111100001011010010001110101110111000111111100100 | f0aa8ea4f0b48ebb8fe4 |
EUC-JP | ?痔?悉丈 | 0011111110111100101001100011111110111100101111011011111011100110 | 3fbca63fbcbdbee6 |
UTF-8 | 痔悉丈 | 111011101000000110101001111001111001011110010100111011101000000110110011111001101000001010001001111001001011100010001000 | ee81a9e79794ee81b3e68289e4b888 |
UHC | ?痔?悉丈 | 0011111111110110110000000011111111100011111110101110110111011011 | 3ff6c03fe3faeddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)