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 | 룿è | 1110101110100011101111111110100010001101 | eba3bfe88d |
SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
EUC-JP | 룿è? | 100011111010101110110011101000011111001010001111101000101100010010001111101010111011001000111111 | 8fabb3a1f28fa2c48fabb23f |
UTF-8 | 룿è | 11000011101010111100001010100011110000101011111111000011101010001100001010001101 | c3abc2a3c2bfc3a8c28d |
UHC | ??¿?? | 001111110011111110100010101011110011111100111111 | 3f3fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)