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 | î¿¸è¼ | 111011101011111110111000111010001000111010111100 | eebfb8e88ebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è?? | 1000111110101011110000101000111110100010110001001000111110100010101100011000111110101011101100100011111100111111 | 8fabc28fa2c48fa2b18fabb23f3f |
UTF-8 | î¿¸è¼ | 110000111010111011000010101111111100001010111000110000111010100011000010100011101100001010111100 | c3aec2bfc2b8c3a8c28ec2bc |
UHC | ?¿¸??¼ | 001111111010001010101111101000101010110000111111001111111010100011111001 | 3fa2afa2ac3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)