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 | ¨ù¨¢\ | 1010100011111001101010001010001001011100 | a8f9a8a25c |
SJIS-WIN | ¨?¨¢\ | 1000000101001110001111111000000101001110100000011001000101011100 | 814e3f814e81915c |
EUC-JP | ¨ù¨¢\ | 10100001101011111000111110101011111000111010000110101111101000011111000101011100 | a1af8fabe3a1afa1f15c |
UTF-8 | ¨ù¨¢\ | 110000101010100011000011101110011100001010101000110000101010001001011100 | c2a8c3b9c2a8c2a25c |
UHC | ¨?¨?\ | 10100001101001110011111110100001101001110011111101011100 | a1a73fa1a73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)