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 | 節??癰 | 100100001101111100111111001111111110000110011110 | 90df3f3fe19e |
EUC-JP | 節??癰 | 110000001110000100111111001111111110000111111110 | c0e13f3fe1fe |
UTF-8 | 節욥꽇癰 | 111001111010111110000000111011001001101010100101111010101011110110000111111001111001100110110000 | e7af80ec9aa5eabd87e799b0 |
UHC | 節욥꽇癰 | 1110111110111101101111111110100110000100100110011110100010111001 | efbdbfe98499e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)