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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 上ユシャ}B | 10001111111000111101010110111100101011000111110101000010 | 8fe3d5bcac7d42 |
EUC-JP | 上ユシャ}B | 10111110111001011000111011010101100011101011110010001110101011000111110101000010 | bee58ed58ebc8eac7d42 |
UTF-8 | 上ユシャ}B | 1110010010111000100010101110111110111110100101011110111110111101101111001110111110111101101011000111110101000010 | e4b88aefbe95efbdbcefbdac7d42 |
UHC | 上???}B | 11011111101111100011111100111111001111110111110101000010 | dfbe3f3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)