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 | ??ß?? | 0011111100111111110111110011111100111111 | 3f3fdf3f3f |
SJIS-WIN | ???∫? | 001111110011111100111111100000011110011100111111 | 3f3f3f81e73f |
EUC-JP | ??ß∫? | 0011111100111111100011111010100111001110101000101110100100111111 | 3f3f8fa9cea2e93f |
UTF-8 | 룵퀛ß∫룶 | 1110101110100011101101011110110110000000100110111100001110011111111000101000100010101011111010111010001110110110 | eba3b5ed809bc39fe288abeba3b6 |
UHC | 룵퀛ß∫룶 | 10001111101010101011001110001111101010011010110010100001111100101000111110101011 | 8faab38fa9aca1f28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)