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 | ûP§è±B | 11111011010100001010011111101000100000111011000101000010 | fb50a7e883b142 |
SJIS-WIN | ?P§??±B | 001111110101000010000001100110000011111100111111100000010111110101000010 | 3f5081983f3f817d42 |
EUC-JP | ûP§è?±B | 10001111101010111110010101010000101000011111100010001111101010111011001000111111101000011101111001000010 | 8fabe550a1f88fabb23fa1de42 |
UTF-8 | ûP§è±B | 110000111011101101010000110000101010011111000011101010001100001010000011110000101011000101000010 | c3bb50c2a7c3a8c283c2b142 |
UHC | ?P§??±B | 001111110101000010100001110101110011111100111111101000011011111001000010 | 3f50a1d73f3fa1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)