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 | 羝炳羣炳 | 1110001110110110111000000111101011100011101110001110000001111010 | e3b6e07ae3b8e07a |
EUC-JP | 羝炳羣炳 | 1110011010111000110111111101101111100110101110101101111111011011 | e6b8dfdbe6badfdb |
UTF-8 | 羝炳羣炳 | 111001111011111010011101111001111000001010110011111001111011111010100011111001111000001010110011 | e7be9de782b3e7bea3e782b3 |
UHC | ?炳?炳 | 001111111101110010111001001111111101110010111001 | 3fdcb93fdcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)