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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 節???ч?? | 100100001101111100111111001111110011111110000100100010010011111100111111 | 90df3f3f3f84893f3f |
EUC-JP | 節???ч?? | 110000001110000100111111001111110011111110100111111010010011111100111111 | c0e13f3f3fa7e93f3f |
UTF-8 | 節억쉭料ч뇠若 | 1110011110101111100000001110110010010110101101011110110010001001101011011110111110100110101111101101000110000111111010111000011110100000111011111010010110110100 | e7af80ec96b5ec89adefa6bed187eb87a0efa5b4 |
UHC | 節억쉭料ч뇠若 | 1110111110111101101111101110111110111101101011011110100011110111101011001110100110000111100010001110010110101110 | efbdbeefbdade8f7ace98788e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)