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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 額考? | 1000101001111010100011010110110000111111 | 8a7a8d6c3f |
EUC-JP | 額考? | 1011001111011011101110011100110100111111 | b3dbb9cd3f |
UTF-8 | 額考쒜 | 111010011010000110001101111010001000000010000011111011001001001010011100 | e9a18de88083ec929c |
UHC | 額考쒜 | 111001001111111011001101110001011011111010101110 | e4fecdc5beae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)