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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 悌?烝 | 1001001011101110001111111110000001111110 | 92ee3fe07e |
EUC-JP | 悌?烝 | 1100010011110000001111111101111111011111 | c4f03fdfdf |
UTF-8 | 悌렚烝 | 111001101000001010001100111010111010000010011010111001111000001110011101 | e6828ceba09ae7839d |
UHC | 悌렚烝 | 111100001010101010001110101011011111000111110110 | f0aa8eadf1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)