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 | 節??午?㎞ | 100100001101111100111111001111111000110011011111001111111000011101110001 | 90df3f3f8cdf3f8771 |
EUC-JP | 節??午?? | 1100000011100001001111110011111110111000111000010011111100111111 | c0e13f3fb8e13f3f |
UTF-8 | 節쇽풁午썹㎞ | 111001111010111110000000111011001000011110111101111011011001001010000001111001011000110110001000111011001000110110111001111000111000111010011110 | e7af80ec87bded9281e58d88ec8db9e38e9e |
UHC | 節쇽풁午썹㎞ | 111011111011110110111100111011111011111010001010111001111110110110111101111001111010011110110000 | efbdbcefbe8ae7edbde7a7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)