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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羌眼ォ讀 | 11100011101100111000101011100001101010111110011010100100 | e3b38ae1abe6a4 |
EUC-JP | 羌眼ォ讀 | 1110011010110101101101001110001110001110101010111110110010100110 | e6b5b4e38eabeca6 |
UTF-8 | 羌眼ォ讀 | 111001111011111010001100111001111001110010111100111011111011110110101011111010001010111010000000 | e7be8ce79cbcefbdabe8ae80 |
UHC | 羌眼?讀 | 11001011101101101110010011010001001111111101010011000001 | cbb6e4d13fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)