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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋懷鋳礦 | 1110100011111001100111001110010110010010100100101110000111100110 | e8f99ce59292e1e6 |
EUC-JP | 顋懷鋳礦 | 1111000011111011110110001110011111000011111100101110001011101000 | f0fbd8e7c3f2e2e8 |
UTF-8 | 顋懷鋳礦 | 111010011010000110001011111001101000011110110111111010011000101110110011111001111010010010100110 | e9a18be687b7e98bb3e7a4a6 |
UHC | ?懷?? | 0011111111111100111000110011111100111111 | 3ffce33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)