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 | èþ½ï½¿B | 11101000111111101011110111101111101111011011111101000010 | e8febdefbdbf42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | èþ?ï?¿B | 100011111010101110110010100011111010100111010000001111111000111110101011110000010011111110001111101000101100010001000010 | 8fabb28fa9d03f8fabc13f8fa2c442 |
UTF-8 | èþ½ï½¿B | 11000011101010001100001110111110110000101011110111000011101011111100001010111101110000101011111101000010 | c3a8c3bec2bdc3afc2bdc2bf42 |
UHC | ?þ½?½¿B | 0011111110101001101011011010100011110110001111111010100011110110101000101010111101000010 | 3fa9ada8f63fa8f6a2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)