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 | Ó£rÍ°u | 110100111010001101110010110011011011000001110101 | d3a372cdb075 |
SJIS-WIN | ?£r?°u | 0011111110000001100100100111001000111111100000011000101101110101 | 3f8192723f818b75 |
EUC-JP | Ó£rÍ°u | 100011111010101011010001101000011111001001110010100011111010101010111111101000011110101101110101 | 8faad1a1f2728faabfa1eb75 |
UTF-8 | Ó£rÍ°u | 11000011100100111100001010100011011100101100001110001101110000101011000001110101 | c393c2a372c38dc2b075 |
UHC | ??r?°u | 00111111001111110111001000111111101000011100011001110101 | 3f3f723fa1c675 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)