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 | xá§ôB | 10001111011110001110000110100111100000011111010001000010 | 8f78e1a781f442 |
SJIS-WIN | ?x?§??B | 0011111101111000001111111000000110011000001111110011111101000010 | 3f783f81983f3f42 |
EUC-JP | ?xá§?ôB | 001111110111100010001111101010111010000110100001111110000011111110001111101010111101010001000010 | 3f788faba1a1f83f8fabd442 |
UTF-8 | xá§ôB | 110000101000111101111000110000111010000111000010101001111100001010000001110000111011010001000010 | c28f78c3a1c2a7c281c3b442 |
UHC | ?x?§??B | 0011111101111000001111111010000111010111001111110011111101000010 | 3f783fa1d73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)