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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??毓? | 11100001100111110011111100111111100111110111100100111111 | e19f3f3f9f793f |
EUC-JP | 癲??毓? | 11100010101000010011111100111111110111011101101000111111 | e2a13f3fddda3f |
UTF-8 | 癲룔뀼毓퓀 | 111001111001100110110010111010111010001110010100111010111000000010111100111001101010111110010011111011011001001110000000 | e799b2eba394eb80bce6af93ed9380 |
UHC | 癲룔뀼毓퓀 | 11101111101001101011011111100011100001011011001011101011101111101011111101101000 | efa6b7e385b2ebbebf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)