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 | 闖ォ迢ゥ霎シ | 111010001000111110101011111001111000101110101001111010001011111010111100 | e88fabe78ba9e8bebc |
EUC-JP | 闖ォ迢ゥ霎シ | 111011111110111110001110101010111110110111101011100011101010100111110000110000001000111010111100 | efef8eabedeb8ea9f0c08ebc |
UTF-8 | 闖ォ迢ゥ霎シ | 111010011001011110010110111011111011110110101011111010001011111110100010111011111011110110101001111010011001110010001110111011111011110110111100 | e99796efbdabe8bfa2efbda9e99c8eefbdbc |
UHC | 闖????? | 11110111111001100011111100111111001111110011111100111111 | f7e63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)