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 | 莉呵ィュ蟶ュ | 111001001011101110011001111010001010100010101101111001011011100010101101 | e4bb99e8a8ade5b8ad |
EUC-JP | 莉呵ィュ蟶ュ | 111010001011110111010010111010101000111010101000100011101010110111101010101110101000111010101101 | e8bdd2ea8ea88eadeaba8ead |
UTF-8 | 莉呵ィュ蟶ュ | 111010001000111010001001111001011001000110110101111011111011110110101000111011111011110110101101111010001001111110110110111011111011110110101101 | e88e89e591b5efbda8efbdade89fb6efbdad |
UHC | 莉呵???? | 1101011111101001110010101010011100111111001111110011111100111111 | d7e9caa73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)