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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 羽?}B | 1000100101001000001111110111110101000010 | 89483f7d42 |
EUC-JP | 羽?}B | 1011000110101001001111110111110101000010 | b1a93f7d42 |
UTF-8 | 羽렱}B | 1110011110111110101111011110101110100000101100010111110101000010 | e7bebdeba0b17d42 |
UHC | 羽렱}B | 111010011110001010001110101111100111110101000010 | e9e28ebe7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)