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 | ??Þ??? | 001111110011111111011110001111110011111100111111 | 3f3fde3f3f3f |
SJIS-WIN | 癲??魏?? | 1110000110011111001111110011111111101001101100000011111100111111 | e19f3f3fe9b03f3f |
EUC-JP | 癲?Þ魏?? | 11100010101000010011111110001111101010011011000011110010101100100011111100111111 | e2a13f8fa9b0f2b23f3f |
UTF-8 | 癲앸Þ魏ⓩ꼷 | 1110011110011001101100101110110010010101101110001100001110011110111010011010110110001111111000101001001110101001111010101011110010110111 | e799b2ec95b8c39ee9ad8fe293a9eabcb7 |
UHC | 癲앸Þ魏ⓩ꼷 | 111011111010011010011101111010111010100010101101111010101110000010101000111001101000010010001111 | efa69deba8adeae0a8e6848f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)