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 | 韆樣寉褻 | 1110100011100110100111101110100110011011100001011110010111110110 | e8e69ee99b85e5f6 |
EUC-JP | 韆樣寉褻 | 1111000011101000110111001110101111010101111001011110101011111000 | f0e8dcebd5e5eaf8 |
UTF-8 | 韆樣寉褻 | 111010011001111110000110111001101010100010100011111001011010111110001001111010001010010010111011 | e99f86e6a8a3e5af89e8a4bb |
UHC | 韆樣?褻 | 11110100110001111110010111000110001111111110000011100001 | f4c7e5c63fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)