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 | ú®¾G | 1111101010101110100011101011111001000111 | faae8ebe47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ú®??G | 100011111010101111100010100011111010001011101110001111110011111101000111 | 8fabe28fa2ee3f3f47 |
UTF-8 | ú®¾G | 110000111011101011000010101011101100001010001110110000101011111001000111 | c3bac2aec28ec2be47 |
UHC | ?®?¾G | 00111111101000101110011100111111101010001111101001000111 | 3fa2e73fa8fa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)