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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顋懷鋳 | 111010001111100110011100111001011001001010010010 | e8f99ce59292 |
EUC-JP | 顋懷鋳 | 111100001111101111011000111001111100001111110010 | f0fbd8e7c3f2 |
UTF-8 | 顋懷鋳 | 111010011010000110001011111001101000011110110111111010011000101110110011 | e9a18be687b7e98bb3 |
UHC | ?懷? | 00111111111111001110001100111111 | 3ffce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)