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?o?]^ | 00111111010100100011111101101111001111110101110101011110 | 3f523f6f3f5d5e |
SJIS-WIN | 穗R穗o穗]^ | 11100010011011100101001011100010011011100110111111100010011011100101110101011110 | e26e52e26e6fe26e5d5e |
EUC-JP | 穗R穗o穗]^ | 11100011110011110101001011100011110011110110111111100011110011110101110101011110 | e3cf52e3cf6fe3cf5d5e |
UTF-8 | 穗R穗o穗]^ | 11100111101010011001011101010010111001111010100110010111011011111110011110101001100101110101110101011110 | e7a99752e7a9976fe7a9975d5e |
UHC | 穗R穗o穗]^ | 11100010101101000101001011100010101101000110111111100010101101000101110101011110 | e2b452e2b46fe2b45d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)