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 | è¼å¥ïÞ | 111010001011110011100101101001011110111111011110 | e8bce5a5efde |
SJIS-WIN | ???¥?? | 00111111001111110011111110000001100011110011111100111111 | 3f3f3f818f3f3f |
EUC-JP | è?å?ïÞ | 1000111110101011101100100011111110001111101010111010100100111111100011111010101111000001100011111010100110110000 | 8fabb23f8faba93f8fabc18fa9b0 |
UTF-8 | è¼å¥ïÞ | 110000111010100011000010101111001100001110100101110000101010010111000011101011111100001110011110 | c3a8c2bcc3a5c2a5c3afc39e |
UHC | ?¼???Þ | 0011111110101000111110010011111100111111001111111010100010101101 | 3fa8f93f3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)