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 | 湖???縞? | 1000110011001110001111110011111100111111100011101100100000111111 | 8cce3f3f3f8ec83f |
EUC-JP | 湖???縞? | 1011100011010000001111110011111100111111101111001100101000111111 | b8d03f3f3fbcca3f |
UTF-8 | 湖얹렰렯縞렡 | 111001101011100110010110111011001001011010111001111010111010000010110000111010111010000010101111111001111011100010011110111010111010000010100001 | e6b996ec96b9eba0b0eba0afe7b89eeba0a1 |
UHC | 湖얹렰렯縞렡 | 111110111100100110111110111100011000111010111101100011101011110011111011110101101000111010110010 | fbc9bef18ebd8ebcfbd68eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)