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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 牋粤粢^ | 11100000101011101110001011100011111000101110010101011110 | e0aee2e3e2e55e |
EUC-JP | 牋粤粢^ | 11100000101100001110010011100101111001001110011101011110 | e0b0e4e5e4e75e |
UTF-8 | 牋粤粢^ | 11100111100010011000101111100111101100101010010011100111101100101010001001011110 | e7898be7b2a4e7b2a25e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)