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 | 癲μ?應? | 1110000110011111100000111100101000111111100111001110010000111111 | e19f83ca3f9ce43f |
EUC-JP | 癲μ?應? | 1110001010100001101001101100110000111111110110001110011000111111 | e2a1a6cc3fd8e63f |
UTF-8 | 癲μ뢾應찦 | 1110011110011001101100101100111010111100111010111010001010111110111001101000011110001001111011001011000010100110 | e799b2cebceba2bee68789ecb0a6 |
UHC | 癲μ뢾應찦 | 11101111101001101010010111101100100011111000000111101011111010111010101001000010 | efa6a5ec8f81ebebaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)