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 | ゙ァ靃蒻 | 110111101010011111111011111011111110010011101000 | dea7fbefe4e8 |
EUC-JP | ゙ァ靃蒻 | 100011101101111010001110101001111000111111100111101011101110100011101010 | 8ede8ea78fe7aee8ea |
UTF-8 | ゙ァ靃蒻 | 111011111011111010011110111011111011110110100111111010011001110110000011111010001001001010111011 | efbe9eefbda7e99d83e892bb |
UHC | ???蒻 | 0011111100111111001111111110010110110110 | 3f3f3fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)