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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隱們棘岦ュ | 111010001010101010011000111011001001111010011001111110101010110010101101 | e8aa98ec9e99faacad |
EUC-JP | 隱們棘岦ュ | 1111000010101100110100001110111011011011111110011000111110111011101100111000111010101101 | f0acd0eedbf98fbbb38ead |
UTF-8 | 隱們棘岦ュ | 111010011001101010110001111001011000000010010001111001101010001110011000111001011011001010100110111011111011110110101101 | e99ab1e58091e6a398e5b2a6efbdad |
UHC | 隱們棘?? | 1110101111011111110110011111101011010000101111100011111100111111 | ebdfd9fad0be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)