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 | ãäP | 1100001110100011110000111010010001010000 | c3a3c3a450 |
SJIS-WIN | ?£??P | 001111111000000110010010001111110011111101010000 | 3f81923f3f50 |
EUC-JP | ãäP | 100011111010101010101010101000011111001010001111101010101010101010001111101000101111000001010000 | 8faaaaa1f28faaaa8fa2f050 |
UTF-8 | ãäP | 110000111000001111000010101000111100001110000011110000101010010001010000 | c383c2a3c383c2a450 |
UHC | ???¤P | 001111110011111100111111101000101011010001010000 | 3f3f3fa2b450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)