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 | 亦??瓦 | 100101101001001000111111001111111000101010100010 | 96923f3f8aa2 |
EUC-JP | 亦??瓦 | 110010111111001000111111001111111011010010100100 | cbf23f3fb4a4 |
UTF-8 | 亦싳뼏瓦 | 111001001011101010100110111011001000101110110011111010111011110010001111111001111001001110100110 | e4baa6ec8bb3ebbc8fe793a6 |
UHC | 亦싳뼏瓦 | 1110011010110010100110101110110010010110100101111110100010111111 | e6b29aec9697e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)