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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 笞軫x | 1110001010011010111001110110011001111000 | e29ae76678 |
EUC-JP | 笞軫x | 1110001111111010111011011100011101111000 | e3faedc778 |
UTF-8 | 笞軫x | 11100111101011001001111011101000101110111010101101111000 | e7ac9ee8bbab78 |
UHC | 笞軫x | 1111011111000010111100101110001001111000 | f7c2f2e278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)