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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怏??扼 | 100111001000100100111111001111111001110101001110 | 9c893f3f9d4e |
EUC-JP | 怏??扼 | 110101111110100100111111001111111101100110101111 | d7e93f3fd9af |
UTF-8 | 怏귝돱扼 | 111001101000000010001111111010101011011110011101111010111000111110110001111001101000100110111100 | e6808feab79deb8fb1e689bc |
UHC | 怏귝돱扼 | 1110010011101000100000101110011010001001101101001110010011111001 | e4e882e689b4e4f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)