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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驩宣、灘擠 | 111010011000100110010000111010011010010010010011111001011001110110101001 | e98990e9a493e59da9 |
EUC-JP | 驩宣、灘擠 | 11110001111010011100000011101011100011101010010011000110111001111101101010101011 | f1e9c0eb8ea4c6e7daab |
UTF-8 | 驩宣、灘擠 | 111010011010100110101001111001011010111010100011111011111011110110100100111001111000000110011000111001101001001110100000 | e9a9a9e5aea3efbda4e78198e693a0 |
UHC | 驩宣?灘? | 1111110010111110111000001011111000111111111101111010100000111111 | fcbee0be3ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)