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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 怏??有? | 10011100100010010011111100111111100101110100110000111111 | 9c893f3f974c3f |
EUC-JP | 怏??有? | 11010111111010010011111100111111110011011010110100111111 | d7e93f3fcdad3f |
UTF-8 | 怏얇냺有봦 | 111001101000000010001111111011001001011010000111111010111000001110111010111001101001110010001001111010111011010010100110 | e6808fec9687eb83bae69c89ebb4a6 |
UHC | 怏얇냺有봦 | 11100100111010001011111011100011100001101000101011101010111100111001010001101000 | e4e8bee3868aeaf39468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)