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 | シンシァ丞ウ | 10111100110111011011110010100111100011111110010110110011 | bcddbca78fe5b3 |
EUC-JP | シンシァ丞ウ | 100011101011110010001110110111011000111010111100100011101010011110111110111001111000111010110011 | 8ebc8edd8ebc8ea7bee78eb3 |
UTF-8 | シンシァ丞ウ | 111011111011110110111100111011111011111010011101111011111011110110111100111011111011110110100111111001001011100010011110111011111011110110110011 | efbdbcefbe9defbdbcefbda7e4b89eefbdb3 |
UHC | ????丞? | 00111111001111110011111100111111111000111010101000111111 | 3f3f3f3fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)