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 | 張ゅ?蒻 | 10010010101000111000001011100011001111111110010011101000 | 92a382e33fe4e8 |
EUC-JP | 張ゅ?蒻 | 11000100101001011010010011100101001111111110100011101010 | c4a5a4e53fe8ea |
UTF-8 | 張ゅ뤀蒻 | 111001011011110010110101111000111000001010000101111010111010010010000000111010001001001010111011 | e5bcb5e38285eba480e892bb |
UHC | 張ゅ뤀蒻 | 1110110111100101101010101110010110001111101100011110010110110110 | ede5aae58fb1e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)