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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 上ヨシー]H | 10001111111000111101011010111100101100000101110101001000 | 8fe3d6bcb05d48 |
EUC-JP | 上ヨシー]H | 10111110111001011000111011010110100011101011110010001110101100000101110101001000 | bee58ed68ebc8eb05d48 |
UTF-8 | 上ヨシー]H | 1110010010111000100010101110111110111110100101101110111110111101101111001110111110111101101100000101110101001000 | e4b88aefbe96efbdbcefbdb05d48 |
UHC | 上???]H | 11011111101111100011111100111111001111110101110101001000 | dfbe3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)