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 | 逹ケ迪蛙 | 11100111100111011011100111100111100011001000101001011110 | e79db9e78c8a5e |
EUC-JP | 逹ケ迪蛙 | 1110110111111101100011101011100111101101111011001011001110111111 | edfd8eb9edecb3bf |
UTF-8 | 逹ケ迪蛙 | 111010011000000010111001111011111011110110111001111010001011111110101010111010001001101110011001 | e980b9efbdb9e8bfaae89b99 |
UHC | ??迪蛙 | 001111110011111111101110111010001110100011000011 | 3f3feee8e8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)