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 | ンワ?賍 | 1101110111011100001111111110011011011010 | dddc3fe6da |
EUC-JP | ンワ鮍賍 | 100011101101110110001110110111001000111111101010110110101110110011011100 | 8edd8edc8feadaecdc |
UTF-8 | ンワ鮍賍 | 111011111011111010011101111011111011111010011100111010011010111010001101111010001011001110001101 | efbe9defbe9ce9ae8de8b38d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)