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 | ??≫蹙 | 001111110011111110000001111000101110011101000101 | 3f3f81e2e745 |
EUC-JP | ??≫蹙 | 001111110011111110100010111001001110110110100110 | 3f3fa2e4eda6 |
UTF-8 | 뤯헤≫蹙 | 111010111010010010101111111011011001011110100100111000101000100110101011111010001011100110011001 | eba4afed97a4e289abe8b999 |
UHC | 뤯헤≫蹙 | 1000111111011101110001111110110010100001111011011111010111101100 | 8fddc7eca1edf5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)