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 | 驤エ邊真 | 11101001100010001011010011100111101100101001000001011110 | e988b4e7b2905e |
EUC-JP | 驤エ邊真 | 1111000111101000100011101011010011101110101101001011111110111111 | f1e88eb4eeb4bfbf |
UTF-8 | 驤エ邊真 | 111010011010100110100100111011111011110110110100111010011000001010001010111001111001110010011111 | e9a9a4efbdb4e9828ae79c9f |
UHC | ??邊? | 0011111100111111110111001010101100111111 | 3f3fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)