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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 節???ч? | 1001000011011111001111110011111100111111100001001000100100111111 | 90df3f3f3f84893f |
EUC-JP | 節???ч? | 1100000011100001001111110011111100111111101001111110100100111111 | c0e13f3f3fa7e93f |
UTF-8 | 節억쉭料ч뀒 | 1110011110101111100000001110110010010110101101011110110010001001101011011110111110100110101111101101000110000111111010111000000010010010 | e7af80ec96b5ec89adefa6bed187eb8092 |
UHC | 節억쉭料ч뀒 | 111011111011110110111110111011111011110110101101111010001111011110101100111010011000010110001100 | efbdbeefbdade8f7ace9858c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)