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 | 晤e???? | 1001110111101011100000101000010100111111001111110011111100111111 | 9deb82853f3f3f3f |
EUC-JP | 晤e???? | 1101101011101101101000111110010100111111001111110011111100111111 | daeda3e53f3f3f3f |
UTF-8 | 晤e뼔凉듿꺅 | 111001101001100110100100111011111011110110000101111010111011110010010100111011111010010110111001111010111001001110111111111010101011101010000101 | e699a4efbd85ebbc94efa5b9eb93bfeaba85 |
UHC | 晤e뼔凉듿꺅 | 111001111111101110100011111001011001011010011100111001011011110010001010111001011011001010100110 | e7fba3e5969ce5bc8ae5b2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)