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 | 驤泌ケ滓升貉 | 1110100110001000100101001110010110111001100111111110011010001111101000011110011010111001 | e98894e5b99fe68fa1e6b9 |
EUC-JP | 驤泌ケ滓升貉 | 111100011110100011001000111001111000111010111001110111101110100010111110101000111110110010111011 | f1e8c8e78eb9dee8bea3ecbb |
UTF-8 | 驤泌ケ滓升貉 | 111010011010100110100100111001101011001110001100111011111011110110111001111001101011101110010011111001011000110110000111111010001011001010001001 | e9a9a4e6b38cefbdb9e6bb93e58d87e8b289 |
UHC | ?泌?滓升? | 001111111111100110110010001111111110111010101011111000111010111000111111 | 3ff9b23feeabe3ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)