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 | æô½çE | 11100110111101001011110111100111100010011000011001000101 | e6f4bde7898645 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | æô?ç??E | 10001111101010011100000110001111101010111101010000111111100011111010101110101110001111110011111101000101 | 8fa9c18fabd43f8fabae3f3f45 |
UTF-8 | æô½çE | 11000011101001101100001110110100110000101011110111000011101001111100001010001001110000101000011001000101 | c3a6c3b4c2bdc3a7c289c28645 |
UHC | æ?½???E | 101010011010000100111111101010001111011000111111001111110011111101000101 | a9a13fa8f63f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)