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 | ?削撚齦 | 00111111100011011110110110010100010100011110101010010101 | 3f8ded9451ea95 |
EUC-JP | 邕削撚齦 | 100011111110000111101101101110101110111111000111101100101111001111110101 | 8fe1edbaefc7b2f3f5 |
UTF-8 | 邕削撚齦 | 111010011000001010010101111001011000100110001010111001101001001010011010111010011011110110100110 | e98295e5898ae6929ae9bda6 |
UHC | 邕削撚? | 11101000101110111101111011111011110100101011010100111111 | e8bbdefbd2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)