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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姐????? | 10001000101101110011111100111111001111110011111100111111 | 88b73f3f3f3f3f |
EUC-JP | 姐琫???? | 101100001011100110001111110011001010111100111111001111110011111100111111 | b0b98fccaf3f3f3f3f |
UTF-8 | 姐琫렢렎뤉톻 | 111001011010011110010000111001111001000010101011111010111010000010100010111010111010000010001110111010111010010010001001111011011000011010111011 | e5a790e790abeba0a2eba08eeba489ed86bb |
UHC | 姐琫렢렎뤉톻 | 111011101011101111011100111011011000111010110011100011101010010010001111101110011011011110001110 | eebbdced8eb38ea48fb9b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)